mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
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:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user