Ghommie rants, comment syntax is at stake.

This commit is contained in:
Ghommie
2019-11-12 06:40:30 +01:00
parent 176a757f62
commit 9fb70c8af9
@@ -400,7 +400,7 @@ There are several things that need to be remembered:
if(wear_suit)
var/obj/item/clothing/suit/S = wear_suit
var/item_level_support = FALSE // LISTEN! If you must degrade the code with further snowflake checks, at least keep the code compatible with worn non-clothing worn items!
var/item_level_support = FALSE // LISTEN! If you must degrade the code with further snowflake checks, at least keep it compatible with worn non-clothing items!
if(!istype(S))
item_level_support = TRUE
wear_suit.screen_loc = ui_oclothing