mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 13:12:23 +00:00
This commit changes a bunch of objects fire_act's to temperature_expose, to allow for superhot gas to act like an actual hotspot. This behaviour is consistant with -tg-.
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
/var/global/spacevines_spawned = 0
|
|
|
|
/datum/event/spacevine/start()
|
|
//biomass is basically just a resprited version of space vines
|
|
if(prob(50))
|
|
spacevine_infestation()
|
|
else
|
|
biomass_infestation()
|
|
spacevines_spawned = 1
|
|
v |