Skip to content

Commit

Permalink
they're calling it a "woman" moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Sep 15, 2024
1 parent 4b8002d commit b7af714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/effects/decals/cleanable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@

/obj/effect/decal/cleanable/wash(clean_types)
..()
if(!(flags_1 & INITIALIZED_1))
return
if(clean_types in list(CLEAN_WASH, CLEAN_SCRUB))
qdel(src)
return TRUE
Expand Down
1 change: 1 addition & 0 deletions shiptest.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1946,6 +1946,7 @@
#include "code\modules\cargo\packs\gun.dm"
#include "code\modules\cargo\packs\machinery.dm"
#include "code\modules\cargo\packs\material.dm"
#include "code\modules\cargo\packs\mechs.dm"
#include "code\modules\cargo\packs\medical.dm"
#include "code\modules\cargo\packs\sec_supply.dm"
#include "code\modules\cargo\packs\spacesuit_armor.dm"
Expand Down

0 comments on commit b7af714

Please sign in to comment.