mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adds straight jacket and web bindings sprite for Teshari
Sprites by Dopiotl!
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user