fixes based on TG PR

see https://github.com/tgstation/-tg-station/pull/10259 only i went with
the Observer visability ala Reven
This commit is contained in:
Aurorablade
2015-06-30 00:41:58 -04:00
parent 1c583a3597
commit 2bfe0a1bd6
2 changed files with 3 additions and 1 deletions
@@ -238,6 +238,7 @@
var/canmove = 1
density = 0
anchored = 1
invisibility = INVISIBILITY_OBSERVER
/obj/effect/dummy/slaughter/relaymove(var/mob/user, direction)
if (!src.canmove || !direction) return
@@ -281,7 +282,7 @@
/mob/living/simple_animal/slaughter/proc/bloodPull()
set name = "Exsanguinate"
set desc = "Cuase blood to be torn our of mortals to help acess the plane.."
set desc = "Cuase blood to be torn out of mortals to help acess the plane.."
set category = "Daemon"
for(var/mob/living/carbon/human/H in view(10,(src.holder || src.loc)))