mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 00:22:39 +00:00
🆑 SailorDave fix: Crayons and spraycans can no longer draw an unlimited amount of large graffiti regardless of uses left. /🆑 Fixes https://github.com/tgstation/tgstation/issues/35833 The check_empty() at the top of the afterattack() was only checking if the can was empty, not if the amount of charges left was less than the spray amount. This is fixed.