Skip to content

Commit

Permalink
Revert "makes container caps off by default so it doesnt fail tests"
Browse files Browse the repository at this point in the history
This reverts commit f673ab6.
  • Loading branch information
Paxilmaniac committed Nov 29, 2024
1 parent f673ab6 commit 15cdfe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modular_doppler/modular_items/shipchem_overrides.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
if(can_have_cap)
if(!cap_icon_state)
WARNING("Container that allows caps is lacking a cap_icon_state!")
set_cap_status(cap_on)
else
cap_on = FALSE

Expand Down

0 comments on commit 15cdfe0

Please sign in to comment.