Corrects the Spy Bounty Calling for Scrubbs, MD (#94362)

## About The Pull Request
See title.
## Why It's Good For The Game
It caused confusion on a downstream.
## Changelog
🆑
spellcheck: The Scrubs, MD abduction spy bounty now has the proper name.
/🆑
This commit is contained in:
Alexis
2025-12-10 20:39:48 +00:00
committed by GitHub
parent 82f740f376
commit 8c4e37ed31
+3 -3
View File
@@ -735,10 +735,10 @@
bot_type = /mob/living/simple_animal/bot/secbot/pingsky
help = "Abduct Officer Pingsky - commonly found protecting the station's AI."
/datum/spy_bounty/some_bot/scrubbs
/datum/spy_bounty/some_bot/scrubs
difficulty = SPY_DIFFICULTY_EASY
bot_type = /mob/living/basic/bot/cleanbot/medbay
help = "Abduct Scrubbs, MD - commonly found mopping up blood in Medbay."
help = "Abduct Scrubs, MD - commonly found mopping up blood in Medbay."
/datum/spy_bounty/some_bot/scrubbs/can_claim(mob/user)
/datum/spy_bounty/some_bot/scrubs/can_claim(mob/user)
return !(user.mind?.assigned_role.departments_bitflags & DEPARTMENT_BITFLAG_MEDICAL)