Hygienebot extinguishes you (#94253)

## About The Pull Request

Hygiene bots now extinguish mobs when they wash them.

## Why It's Good For The Game

You're being doused with a liquid, how is your cigarette still burning?

## Changelog
🆑
add: Hygiene bots now extinguish when cleaning.
/🆑

Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>
This commit is contained in:
Jordan Dominion
2025-12-02 01:00:19 -05:00
committed by GitHub
co-authored by Jordan Dominion
parent c4d4fcb3e3
commit 2da74f95c0
@@ -115,6 +115,7 @@
target.fire_act()
return
target.wash(CLEAN_WASH)
target.extinguish()
/mob/living/basic/bot/hygienebot/on_bot_movement(atom/movable/source, atom/oldloc, dir, forced)