Skip to content

Commit

Permalink
Skirts visible through hardsuit fix (BlueMoon-Labs#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flixsim authored Aug 3, 2024
1 parent 4c1651d commit 514c678
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/clothing/spacesuits/hardsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,8 @@
var/helmettype = /obj/item/clothing/head/helmet/space/hardsuit
var/obj/item/tank/jetpack/suit/jetpack = null
var/hardsuit_type
flags_inv = HIDETAUR //bluemood add
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_SNEK_TAURIC //bluemood add


/obj/item/clothing/suit/space/hardsuit/Initialize(mapload)
if(jetpack && ispath(jetpack))
jetpack = new jetpack(src)
Expand Down

0 comments on commit 514c678

Please sign in to comment.