Merge pull request #672 from Yawn-Wider/tesharibindings

Adds straight jacket and web bindings sprite for Teshari
This commit is contained in:
Repede
2020-03-23 21:33:46 -04:00
committed by GitHub
3 changed files with 15 additions and 0 deletions
@@ -234,6 +234,11 @@
icon_state = "straight_jacket"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT|HIDETAIL|HIDETIE|HIDEHOLSTER
//yw edit - Teshari sprite
sprite_sheets = list(
SPECIES_TESHARI = 'icons/vore/custom_onmob_yw.dmi'
)
//yw edit end
var/resist_time = 4800 // Eight minutes.
@@ -21,6 +21,15 @@
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT|HIDETAIL
//yw edit start - Teshari Sprite
/obj/item/clothing/suit/straight_jacket/web_bindings/get_worn_icon_file(var/body_type,var/slot_name,var/default_icon,var/inhands)
if(body_type == SPECIES_TESHARI)
if(!inhands)
return 'icons/vore/custom_onmob_yw.dmi'
else
return ..()
//yw edit end
/* //Commenting all this out, as people keep abusing it. Sorry!
mob/proc/weaveWeb()
set name = "Weave Web"
@@ -45,3 +54,4 @@ mob/proc/weaveWeb()
src.put_in_hands(bindings)
else
to_chat(src, "You do not have enough nutrition to create webbing!") //CK~
Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB