Redo examining in general and tweak getFlatIcon

This commit is contained in:
Aronai Sieyes
2020-05-06 18:37:46 -04:00
parent 4a12194414
commit bd298810f2
10 changed files with 85 additions and 32 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
This means that this file can be unchecked, along with the other examine files, and can be removed entirely with no effort.
*/
#define EXAMINE_PANEL_PADDING " "
#define EXAMINE_PANEL_PADDING " "
/atom/
var/description_info = null //Helpful blue text.
@@ -56,7 +56,7 @@
description_holders["interactions"] = A.get_description_interaction()
description_holders["name"] = "[A.name]"
description_holders["icon"] = "\icon[A]"
description_holders["icon"] = "\icon[A.examine_icon()]"
description_holders["desc"] = A.desc
/mob/Stat()