Merge pull request #9386 from Sishen1542/suitrad

Gives suit storage units the ability to remove radiation from mobs
This commit is contained in:
kevinz000
2019-10-11 12:13:04 -07:00
committed by GitHub

View File

@@ -245,6 +245,7 @@
visible_message("<span class='notice'>[src]'s door slides open. The glowing yellow lights dim to a gentle green.</span>")
else
visible_message("<span class='warning'>[src]'s door slides open, barraging you with the nauseating smell of charred flesh.</span>")
mob_occupant.radiation = 0
playsound(src, 'sound/machines/airlockclose.ogg', 25, 1)
var/list/things_to_clear = list() //Done this way since using GetAllContents on the SSU itself would include circuitry and such.
if(suit)