Merge pull request #11971 from Putnam3145/fix-story-storyteller

More dynamic tweaks
This commit is contained in:
kevinz000
2020-04-25 17:05:38 -07:00
committed by GitHub
10 changed files with 30 additions and 17 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()