first-we-burn-away-the-world-that-was

This commit is contained in:
Fox McCloud
2019-09-09 14:48:29 -04:00
parent b7f0a1d11b
commit d19961378d
16 changed files with 59 additions and 58 deletions
+3 -2
View File
@@ -13,8 +13,9 @@
var/list/papers = list() //List of papers put in the bin for reference.
/obj/item/paper_bin/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume, global_overlay = TRUE)
if(!amount)
return
if(amount)
amount = 0
update_icon()
..()
/obj/item/paper_bin/Destroy()