mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +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:
@@ -54,9 +54,9 @@
|
||||
burst()
|
||||
return ..()
|
||||
|
||||
/obj/item/latexballon/temperature_expose(temperature, volume)
|
||||
/obj/item/latexballon/temperature_expose(exposed_temperature, exposed_volume)
|
||||
..()
|
||||
if(temperature > T0C+100)
|
||||
if(exposed_temperature > T0C+100)
|
||||
burst()
|
||||
|
||||
/obj/item/latexballon/attackby__legacy__attackchain(obj/item/W, mob/user, params)
|
||||
|
||||
Reference in New Issue
Block a user