Skip to content

Commit

Permalink
Inhand Sprites for Towels (#25723)
Browse files Browse the repository at this point in the history
add towel inhand sprites
  • Loading branch information
Thlumyn authored and FFMirrorBot committed Dec 18, 2023
1 parent 32601eb commit aa53f5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modular_skyrat/master_files/code/modules/clothing/towels.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#define TOWEL_WORN_ICON 'modular_skyrat/master_files/icons/mob/clothing/towel.dmi'
/// Icon path to the worn icon of the towel for digitigrades.
#define TOWEL_WORN_ICON_DIGI 'modular_skyrat/master_files/icons/mob/clothing/towel_digi.dmi'
/// Icon path to the left-hand inhand icons of the towel.
#define TOWEL_LEFTHAND_ICON 'modular_skyrat/master_files/icons/mob/inhands/clothing/towel_lefthand.dmi'
/// Icon path to the right-hand inhand icons of the towel.
#define TOWEL_RIGHTHAND_ICON 'modular_skyrat/master_files/icons/mob/inhands/clothing/towel_righthand.dmi'

/// How much cloth goes into a towel.
#define TOWEL_CLOTH_AMOUNT 2
Expand All @@ -33,6 +37,9 @@
worn_icon_digi = TOWEL_WORN_ICON_DIGI
icon_state = "towel"
base_icon_state = "towel"
lefthand_file = TOWEL_LEFTHAND_ICON
righthand_file = TOWEL_RIGHTHAND_ICON
inhand_icon_state = "towel"
force = 0
throwforce = 0
throw_speed = 1
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit aa53f5d

Please sign in to comment.