mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Word choice.
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user