Forces gases to obey certain laws of nature (#35277)
* - Fixes most gas reactions deleting more gas than exists and thus making gas out of nowhere. - Makes Noblium formation no longer multiplicative. - Expunges invocation of a byond bug by stimulum production. * - Redundant parenthesis - I'm going back to sleep * - Sends fire and fusion to jail * - Deletes redundant line in lung code - Adds garbage_collect and clamp to cryocells - Adds clamp to collectors * - Reverted the tritium burn changes because apparently I'm dumb * - FUCK * - Fixes division by zero when fusion has no impurities * - Adds extra commentary for the next unlucky sod - Compresses lines for performance or so they say - Adds ..() to rad_act on turfs * - Fuck it, fixes rad collectors, open turfs, geiger counters and living mobs not signalling rad_act components
This commit is contained in:
committed by
CitadelStationBot
parent
52ed449741
commit
9b910552fd
@@ -865,6 +865,8 @@
|
||||
to_chat(G, "<span class='holoparasite'>Your summoner has changed form!</span>")
|
||||
|
||||
/mob/living/rad_act(amount)
|
||||
. = ..()
|
||||
|
||||
if(!amount || amount < RAD_MOB_SKIN_PROTECTION)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user