Gives mega arachnid's flesh snare a working sprite and moves restraint sprites to their own file. (#61605)

This commit is contained in:
Krysonism
2021-09-22 02:02:46 +02:00
committed by GitHub
parent 0edb6deba4
commit cf2106e9ec
5 changed files with 2 additions and 5 deletions
+1 -3
View File
@@ -10,6 +10,7 @@
/obj/item/restraints
breakouttime = 1 MINUTES
dye_color = DYE_PRISONER
icon = 'icons/obj/restraints.dmi'
/obj/item/restraints/suicide_act(mob/living/carbon/user)
user.visible_message(span_suicide("[user] is strangling [user.p_them()]self with [src]! It looks like [user.p_theyre()] trying to commit suicide!"))
@@ -26,7 +27,6 @@
name = "handcuffs"
desc = "Use this to keep prisoners in line."
gender = PLURAL
icon = 'icons/obj/items_and_weapons.dmi'
icon_state = "handcuff"
worn_icon_state = "handcuff"
lefthand_file = 'icons/mob/inhands/equipment/security_lefthand.dmi'
@@ -154,7 +154,6 @@
/obj/item/restraints/handcuffs/cable/sinew
name = "sinew restraints"
desc = "A pair of restraints fashioned from long strands of flesh."
icon = 'icons/obj/mining.dmi'
icon_state = "sinewcuff"
inhand_icon_state = "sinewcuff"
custom_materials = null
@@ -276,7 +275,6 @@
name = "leg cuffs"
desc = "Use this to keep prisoners in line."
gender = PLURAL
icon = 'icons/obj/items_and_weapons.dmi'
icon_state = "handcuff"
lefthand_file = 'icons/mob/inhands/equipment/security_lefthand.dmi'
righthand_file = 'icons/mob/inhands/equipment/security_righthand.dmi'
@@ -69,6 +69,5 @@
desc = "Used by mega arachnids to immobilize their prey."
item_flags = DROPDEL
flags_1 = NONE
icon_state = "flesh_snare"
armed = TRUE
icon_state = "tentacle_end"
icon = 'icons/obj/guns/projectiles.dmi'
Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB