Skip to content

Commit

Permalink
Update code/modules/clothing/clothing.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Fluffy <[email protected]>
  • Loading branch information
alsoandanswer and FluffyGhoster authored Nov 30, 2023
1 parent 9ca1979 commit e7962c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/clothing/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,9 @@

///0 = unrolled, 1 = rolled, -1 = cannot be toggled
var/rolled_down = -1
var/rolled_sleeves = -1 ///0 = unrolled, 1 = rolled, -1 = cannot be toggled

///0 = unrolled, 1 = rolled, -1 = cannot be toggled
var/rolled_sleeves = -1

///If set, rolling up sleeves/rolling down will use this icon state instead of initial().
var/initial_icon_override
Expand Down

0 comments on commit e7962c8

Please sign in to comment.