Merge pull request #12954 from MMMiracles/spookycaves

New Away Mission: Caves
This commit is contained in:
Remie Richards
2015-11-27 20:11:26 +00:00
13 changed files with 789 additions and 5 deletions
+10 -1
View File
@@ -8,6 +8,11 @@
var/obj/structure/ladder/down = null //the ladder below this one
var/obj/structure/ladder/up = null //the ladder above this one
/obj/structure/ladder/unbreakable //mostly useful for awaymissions to prevent halting progress in a mission
name = "sturdy ladder"
desc = "An extremely sturdy metal ladder."
/obj/structure/ladder/New()
spawn(8)
for(var/obj/structure/ladder/L in world)
@@ -70,4 +75,8 @@
return attack_hand(user)
/obj/structure/ladder/attackby(obj/item/weapon/W, mob/user, params)
return attack_hand(user)
return attack_hand(user)
/obj/structure/ladder/unbreakable/Destroy()
return QDEL_HINT_LETMELIVE