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

View File

@@ -30,6 +30,9 @@ var/list/table_icon_cache = list()
var/item_place = 1 //allows items to be placed on the table, but not on benches.
/obj/structure/table/examine_icon()
return icon(icon=initial(icon), icon_state=initial(icon_state)) //Basically the map preview version
/obj/structure/table/proc/update_material()
var/old_maxhealth = maxhealth
if(!material)