mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Code review fixes
This commit is contained in:
@@ -152,10 +152,11 @@
|
||||
breakouttime = 35//easy to apply, easy to break out of
|
||||
gender = NEUTER
|
||||
origin_tech = "engineering=3;combat=1"
|
||||
hitsound = 'sound/effects/snap.ogg'
|
||||
var/weaken = 0
|
||||
|
||||
/obj/item/restraints/legcuffs/bola/throw_at(atom/target, range, speed, mob/thrower, spin=1, diagonals_first = 0, datum/callback/callback)
|
||||
playsound(src.loc,'sound/weapons/bolathrow.ogg', 75, TRUE)
|
||||
playsound(loc,'sound/weapons/bolathrow.ogg', 50, TRUE)
|
||||
if(!..())
|
||||
return
|
||||
|
||||
@@ -171,7 +172,7 @@
|
||||
feedback_add_details("handcuffs","B")
|
||||
to_chat(C, "<span class='userdanger'>[src] ensnares you!</span>")
|
||||
C.Weaken(weaken)
|
||||
playsound(src.loc, 'sound/effects/snap.ogg', 50, TRUE)
|
||||
playsound(loc, hitsound, 50, TRUE)
|
||||
|
||||
/obj/item/restraints/legcuffs/bola/tactical //traitor variant
|
||||
name = "reinforced bola"
|
||||
|
||||
Reference in New Issue
Block a user