mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user