Merge pull request #3634 from deathride58/voreproctovoreverb

Readds the hook necessary for vore setup
This commit is contained in:
LetterJay
2017-10-27 03:15:22 -04:00
committed by GitHub
+2 -1
View File
@@ -31,6 +31,7 @@
continue
var/datum/atom_hud/alternate_appearance/AA = v
AA.onNewMob(src)
hook_vr("mob_new",list(src))
. = ..()
/atom/proc/prepare_huds()
@@ -389,7 +390,7 @@
pulling = null
grab_state = 0
update_pull_hud_icon()
if(isliving(ex_pulled))
var/mob/living/L = ex_pulled
L.update_canmove()// mob gets up if it was lyng down in a chokehold