Fixes potential paper exploit.

This commit is contained in:
Shadeykins
2019-05-18 13:21:38 -06:00
parent 20dcd5c728
commit 69e50ae70b
+2 -2
View File
@@ -403,8 +403,8 @@
/obj/item/paper/fire_act()
..()
if(burn_state >= FLAMMABLE) //Only render paper that's burnable to be hard to read.
info = "[stars(info)]"
if(burn_state >= FLAMMABLE) //Renders paper that has been lit on fire to be illegible.
info = "<i>Heat-curled corners and sooty words reveal little insight. Whatever was once written on this page has been rendered illegible through fire.</i>"
/obj/item/paper/proc/stamp(var/obj/item/stamp/S)
stamps += (!stamps || stamps == "" ? "<HR>" : "") + "<img src=large_[S.icon_state].png>"