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:
necromanceranne
2025-03-09 07:07:49 +11:00
committed by Roxy
parent 12d09a9ff4
commit 2e8fb95882

View File

@@ -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()
. = ..()