Updates some item drops to use drop_location()

This commit is contained in:
ShizCalev
2017-11-24 12:59:33 -06:00
committed by CitadelStationBot
parent 9f7b3a11c3
commit 12aa356f10
20 changed files with 49 additions and 43 deletions
@@ -32,7 +32,7 @@
return MAP_ERROR
var/obj/effect/dummy/slaughter/holder = new /obj/effect/dummy/slaughter((pick(spawn_locs)))
var/mob/living/simple_animal/slaughter/S = new /mob/living/simple_animal/slaughter/(holder)
var/mob/living/simple_animal/slaughter/S = new (holder)
S.holder = holder
player_mind.transfer_to(S)
player_mind.assigned_role = "Slaughter Demon"