Skip to content

Commit

Permalink
Update medical.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer authored Feb 26, 2024
1 parent 14ae6bd commit eaf0bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_dripstation/code/game/objects/items/stacks/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
switch(volume)
if(30)
icon_state = "[initial(icon_state)]_full"
if(0)
if(0)
icon_state = "[initial(icon_state)]_empty"
else
else
icon_state = "[initial(icon_state)]"

0 comments on commit eaf0bbc

Please sign in to comment.