mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
The strongarm set bonus no longer requires a specific biotype to function (#89884)
## About The Pull Request fixes https://github.com/tgstation/tgstation/issues/89860 ## Why It's Good For The Game I didn't realize this was a variable. The intent was for this to be used by anyone able to have the implants.
This commit is contained in:
@@ -554,6 +554,7 @@
|
||||
organs_needed = 2
|
||||
bonus_activate_text = span_notice("Your improved arms allow you to open airlocks by force with your bare hands!")
|
||||
bonus_deactivate_text = span_notice("You can no longer force open airlocks with your bare hands.")
|
||||
required_biotype = NONE
|
||||
|
||||
/datum/status_effect/organ_set_bonus/strongarm/enable_bonus()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user