mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into turfs
# Conflicts: # icons/mob/feet.dmi # paradise.dme
This commit is contained in:
@@ -403,8 +403,8 @@
|
||||
|
||||
/obj/item/paper/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume, global_overlay = TRUE)
|
||||
..()
|
||||
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 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