When listing inventory in darkness you are told you are not holding anything even if you are, I would like to still list inventory items in the dark.
if (CheckDarkness()) {
list = RemoveDarkObjects(list)
}sfq wrote:Have an alternate room name and not just an alternate room description when in darkness.
sfq wrote:When listing inventory in darkness you are told you are not holding anything even if you are, I would like to still list inventory items in the dark.
sfq wrote:When examining held items in the dark you are given the description of the object, I would like to change this to display a "It is too dark to make anything out" style message.