mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
[Goonchem] Reagent Temperature
This commit is contained in:
@@ -401,7 +401,7 @@
|
||||
|
||||
add_fingerprint(user)
|
||||
|
||||
/obj/item/paper/fire_act()
|
||||
/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)]"
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
var/amount = 30 //How much paper is in the bin.
|
||||
var/list/papers = list() //List of papers put in the bin for reference.
|
||||
|
||||
/obj/item/paper_bin/fire_act()
|
||||
/obj/item/paper_bin/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume, global_overlay = TRUE)
|
||||
if(!amount)
|
||||
return
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user