Various dynamic tweaks

This commit is contained in:
Putnam
2020-04-21 20:52:33 -07:00
parent 24370db5eb
commit 44925da1d8
9 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -171,7 +171,7 @@
if(!..())
return 0
var/mob/M = target
M.ghostize(1)
M.ghostize(can_reenter_corpse = TRUE, voluntary = TRUE)
/datum/action/proc/OnUpdatedIcon()
UpdateButtonIcon()