Merge pull request #11395 from farie82/IRC-fix

IRC's and the like now get checked to be revived when their vital organs are in
This commit is contained in:
variableundefined
2019-04-30 11:04:07 +08:00
committed by GitHub
@@ -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