Lingtober: Lingmania: The lingaling: Powerling: Lingcreep (#7153)

The ling is ass. It's just. Ass. Butts. It isn't scary. Whap it and cuff it, toss it in solitary and smack its horribly deformed ass. Now they can tear through walls. Nice.

    Forming armblades and flesh riot shields as ling now break cuffs and straitjackets.
    Changing into a lesser form now uncuffs you
    You can use an armblade is a crowbar, to do crowbar based activities.
    The armblade can be used to slice and dice through non-reinforced walls and girders.
This commit is contained in:
Geeves
2019-10-20 00:27:53 +03:00
committed by Erki
parent 21ff65aef1
commit b9489dc2c8
6 changed files with 105 additions and 3 deletions
+9 -1
View File
@@ -111,6 +111,14 @@
to_chat(user, "<span class='notice'>You drill through the girder!</span>")
dismantle()
else if(istype(W, /obj/item/weapon/melee/arm_blade/))
to_chat(user, "<span class='notice'>Now slicing apart the girder...</span>")
if(do_after(user,150))
if(!src)
return
to_chat(user, "<span class='notice'>You slice apart the girder!</span>")
dismantle()
else if(W.isscrewdriver())
if(state == 2)
playsound(src.loc, W.usesound, 100, 1)
@@ -329,4 +337,4 @@
else if(mover.checkpass(PASSTABLE))
//Animals can run under them, lots of empty space
return 1
return ..()
return ..()