mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Added def GameData::Species.base_stat_total, other minor code tweaks
This commit is contained in:
@@ -50,7 +50,7 @@ module RandomDungeonGenerator
|
||||
TEXT_SYMBOLS = {
|
||||
VOID => "#",
|
||||
ROOM => " ",
|
||||
WALL => "-",
|
||||
WALL => "=",
|
||||
CORRIDOR => "."
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ module RandomDungeonGenerator
|
||||
end
|
||||
|
||||
def to_text(value)
|
||||
return TEXT_SYMBOLS[value] || TEXT_SYMBOLS[VOID]
|
||||
return TEXT_SYMBOLS[value] || "\e[30m\e[41m?\e[0m"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user