Fix a few junk type annotations (#42985)

This commit is contained in:
Tad Hardesty
2019-03-07 10:58:05 +01:00
committed by AnturK
parent ee1c4002a4
commit 990e2c7bc2
8 changed files with 11 additions and 12 deletions
@@ -71,7 +71,7 @@
do_teleport(target, L, forceMove = TRUE, channel = TELEPORT_CHANNEL_MAGIC)
playsound(get_turf(user), sound2, 50,1)
/obj/effect/proc_holder/spell/targeted/area_teleport/invocation(area/chosenarea = null,mob/user = usr)
/obj/effect/proc_holder/spell/targeted/area_teleport/invocation(area/chosenarea = null,mob/living/user = usr)
if(!invocation_area || !chosenarea)
..()
else