mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +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:
@@ -707,12 +707,12 @@
|
||||
if(!i && prob(100/severity))
|
||||
wither()
|
||||
|
||||
/obj/structure/spacevine/temperature_expose(temp, volume)
|
||||
/obj/structure/spacevine/temperature_expose(exposed_temperature, exposed_volume)
|
||||
..()
|
||||
var/override = 0
|
||||
for(var/SM_type in mutations)
|
||||
var/datum/spacevine_mutation/SM = mutations[SM_type]
|
||||
override += SM.process_temperature(src, temp, volume)
|
||||
override += SM.process_temperature(src, exposed_temperature, exposed_volume)
|
||||
if(!override)
|
||||
wither()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user