Skip to content

Commit

Permalink
bola time
Browse files Browse the repository at this point in the history
  • Loading branch information
Twaticus committed Feb 27, 2020
1 parent 305cebb commit 8facec3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/objects/items/handcuffs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@
name = "bola"
desc = "A restraining device designed to be thrown at the target. Upon connecting with said target, it will wrap around their legs, making it difficult for them to move quickly."
icon_state = "bola"
item_state = "bola"
lefthand_file = 'icons/mob/inhands/weapons/thrown_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons/thrown_righthand.dmi'
breakouttime = 35//easy to apply, easy to break out of
gender = NEUTER
var/knockdown = 0
Expand Down Expand Up @@ -351,13 +354,15 @@
name = "reinforced bola"
desc = "A strong bola, made with a long steel chain. It looks heavy, enough so that it could trip somebody."
icon_state = "bola_r"
item_state = "bola_r"
breakouttime = 70
knockdown = 35

/obj/item/restraints/legcuffs/bola/energy //For Security
name = "energy bola"
desc = "A specialized hard-light bola designed to ensnare fleeing criminals and aid in arrests."
icon_state = "ebola"
item_state = "ebola"
hitsound = 'sound/weapons/taserhit.ogg'
w_class = WEIGHT_CLASS_SMALL
breakouttime = 60
Expand All @@ -373,6 +378,7 @@
name = "gonbola"
desc = "Hey, if you have to be hugged in the legs by anything, it might as well be this little guy."
icon_state = "gonbola"
item_state = "bola_r"
breakouttime = 300
slowdown = 0
var/datum/status_effect/gonbolaPacify/effectReference
Expand Down
1 change: 1 addition & 0 deletions code/modules/antagonists/cult/cult_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
name = "\improper Nar'Sien bola"
desc = "A strong bola, bound with dark magic that allows it to pass harmlessly through Nar'Sien cultists. Throw it to trip and slow your victim."
icon_state = "bola_cult"
item_state = "bola_cult"
breakouttime = 60
knockdown = 30

Expand Down
Binary file added icons/mob/inhands/weapons/thrown_lefthand.dmi
Binary file not shown.
Binary file added icons/mob/inhands/weapons/thrown_righthand.dmi
Binary file not shown.

0 comments on commit 8facec3

Please sign in to comment.