Exploit fixes for pappah

This commit is contained in:
Artur
2020-05-29 18:23:33 +03:00
parent 7faa0cb5fc
commit a6d7a33669
7 changed files with 34 additions and 29 deletions
+1 -1
View File
@@ -188,7 +188,7 @@
return
var/datum/asset/spritesheet/sheet = get_asset_datum(/datum/asset/spritesheet/simple/paper)
if (isnull(stamps))
if(isnull(stamps))
stamps = sheet.css_tag()
stamps += sheet.icon_tag(P.icon_state)
var/mutable_appearance/stampoverlay = mutable_appearance('icons/obj/bureaucracy.dmi', "paper_[P.icon_state]")