[MIRROR] Cleans up showcase & plaque varedits, updated loyalty implant references (#2768)

* Cleans up showcase & plaque varedits, updated loyalty implant references (#30698)

* Cleans up showcase varedits

* drop_location for oldpods

* Plaques + more loyalty implant references

* Cleans up showcase & plaque varedits, updated loyalty implant references
This commit is contained in:
CitadelStationBot
2017-09-17 23:07:05 -05:00
committed by Poojawa
parent 7bfa8b1a9a
commit 83ec9b6d26
12 changed files with 146 additions and 301 deletions
@@ -473,7 +473,7 @@
assignedrole = "Ancient Crew"
/obj/effect/mob_spawn/human/oldsec/Destroy()
new/obj/structure/showcase/oldpod/used(get_turf(src))
new/obj/structure/showcase/machinery/oldpod/used(drop_location())
return ..()
/obj/effect/mob_spawn/human/oldeng
@@ -497,7 +497,7 @@
assignedrole = "Ancient Crew"
/obj/effect/mob_spawn/human/oldeng/Destroy()
new/obj/structure/showcase/oldpod/used(get_turf(src))
new/obj/structure/showcase/machinery/oldpod/used(drop_location())
return ..()
/obj/effect/mob_spawn/human/oldsci
@@ -520,5 +520,5 @@
assignedrole = "Ancient Crew"
/obj/effect/mob_spawn/human/oldsci/Destroy()
new/obj/structure/showcase/oldpod/used(get_turf(src))
new/obj/structure/showcase/machinery/oldpod/used(drop_location())
return ..()