Word choice.

This commit is contained in:
Shadeykins
2019-05-18 13:24:35 -06:00
parent 69e50ae70b
commit 7249cd84b5
+1 -1
View File
@@ -404,7 +404,7 @@
/obj/item/paper/fire_act()
..()
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>"
info = "<i>Heat-curled corners and sooty words offer 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>"