Revert "Adds the hivebot invasion event (#28514)"

This reverts commit 78a2e5c4c3.
This commit is contained in:
oranges
2017-07-25 23:06:38 +00:00
parent 1ff034b0af
commit b44bb6ffad
12 changed files with 3 additions and 256 deletions
-18
View File
@@ -161,21 +161,3 @@
name = "shrine"
desc = "A shrine dedicated to a deity."
icon_state = "shrine"
/obj/structure/fluff/hivebot_swarm_core
name = "hivebot swarm core"
desc = "The dented, ruined husk of a powerful machine."
icon = 'icons/effects/96x96.dmi'
icon_state = "hivebot_swarm_core_dead"
pixel_x = -32
pixel_y = -16
density = 1
/obj/structure/fluff/hivebot_swarm_core/examine(mob/user)
..()
to_chat(user, "<span class='warning'>It's gently vibrating...</span>") //Hint at the treasure inside
/obj/structure/fluff/hivebot_swarm_core/Destroy()
visible_message("<span class='warning'>Something tumbles free of [src]!</span>")
new/obj/item/device/hivebot_crux(get_turf(src))
return ..()