Making Space Great Again (implying it ever was): Part Uno (#19085)

Adds space ruins. Balance not included.
Simple mob ghosts actually work now.
Puzzle1 ruin removed due to issues with projectiles.
This commit is contained in:
MMMiracles
2016-07-05 00:02:42 +12:00
committed by oranges
parent 4d852314e8
commit 69c676617b
30 changed files with 22041 additions and 587 deletions
+3
View File
@@ -8,9 +8,12 @@
anchored = TRUE
density = FALSE
opacity = 0
var/deconstructible = 1
/obj/structure/fluff/attackby(obj/item/I, mob/living/user, params)
if(istype(I, /obj/item/weapon/wrench))
if(!deconstructible)
return
user.visible_message("<span class='notice'>[user] starts disassembling [src]...</span>", "<span class='notice'>You start disassembling [src]...</span>")
playsound(user, 'sound/items/Ratchet.ogg', 50, 1)
if(!do_after(user, 50, target = src))