Ports the reworked snowcabin and beach away missions by Jerry Derpinson (the baldy)

This commit is contained in:
Detective Google
2020-06-17 19:33:14 -05:00
parent f6a4e26e91
commit 0e1db216c8
10 changed files with 71144 additions and 66550 deletions
@@ -0,0 +1,12 @@
/obj/structure/fluff/iced_abductor ///Unless more non-machine ayy structures made, it will stay in fluff.
name = "Mysterious Block of Ice"
desc = "A shadowy figure lies in this sturdy-looking block of ice. Who knows where it came from?"
icon = 'icons/effects/freeze.dmi'
icon_state = "ice_ayy"
density = TRUE
deconstructible = FALSE
/obj/structure/fluff/iced_abductor/Destroy()
var/turf/T = get_turf(src)
new /obj/effect/mob_spawn/human/abductor(T)
. = ..()