Skip to content

Commit

Permalink
imageadd: Bola's sprites inhands (#3600)
Browse files Browse the repository at this point in the history
b
  • Loading branch information
captainnelly authored Sep 25, 2023
1 parent c396998 commit ae574b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/gamemodes/cult/cult_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
desc = "A strong bola, bound with dark magic. Throw it to trip and slow your victim. Will not hit fellow cultists."
icon = 'icons/obj/items.dmi'
icon_state = "bola_cult"
item_state = "bola_cult"
breakouttime = 45
weaken = 2 SECONDS

Expand Down
3 changes: 3 additions & 0 deletions code/game/objects/items/weapons/legcuffs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
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"
breakouttime = 60//easy to apply, easy to break out of
gender = NEUTER
origin_tech = "engineering=3;combat=1"
Expand Down Expand Up @@ -185,6 +186,7 @@
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/tase.ogg'
w_class = WEIGHT_CLASS_SMALL
breakouttime = 40
Expand All @@ -200,6 +202,7 @@
name = "skull bola"
desc = "A primitive bola made from the remains of your enemies. It doesn't look very reliable."
icon_state = "bola_s"
item_state = "bola_watcher"

/obj/item/restraints/legcuffs/bola/sinew/dropped(mob/living/user)
if(flags & DROPDEL)
Expand Down
Binary file modified icons/mob/inhands/items_lefthand.dmi
Binary file not shown.
Binary file modified icons/mob/inhands/items_righthand.dmi
Binary file not shown.

0 comments on commit ae574b7

Please sign in to comment.