mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
standardize temperature_expose args (#30903)
* standardize temperature_expose args * some i missed * remove dubious use of temperature_expose() * fix hardsuit tank insertion proc * remove unused gas_mixture arg * revert test_tiny.dmm
This commit is contained in:
@@ -253,9 +253,9 @@
|
||||
materials = list(MAT_PLASMA = 1000)
|
||||
cares_about_temperature = TRUE
|
||||
|
||||
/obj/item/clothing/accessory/medal/plasma/temperature_expose(temperature, volume)
|
||||
/obj/item/clothing/accessory/medal/plasma/temperature_expose(exposed_temperature, exposed_volume)
|
||||
..()
|
||||
if(temperature > T0C + 200)
|
||||
if(exposed_temperature > T0C + 200)
|
||||
burn_up()
|
||||
|
||||
/obj/item/clothing/accessory/medal/plasma/fire_act(datum/gas_mixture/air, exposed_temperature, exposed_volume, global_overlay)
|
||||
|
||||
Reference in New Issue
Block a user