IRC's and the like now get checked to be revived when their vital organs are in

This commit is contained in:
joep van der velden
2019-04-27 23:29:52 +02:00
parent 0fb164d041
commit 5cff279430
@@ -41,6 +41,8 @@
for(var/X in actions)
var/datum/action/A = X
A.Grant(M)
if(vital)
M.update_stat("Vital organ inserted")
// Removes the given organ from its owner.
// Returns the removed object, which is usually just itself