You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
combined_msg +="[span_notice("Finger gun")]: Harm Grab. Briefly paralyse your target and place a stealthy version of a stechkin in your hand."
157
161
158
162
combined_msg +="[span_notice("Injection")]: Your disarm intent will inject chemicals in a determined order."
159
-
combined_msg +=span_notice("The chemicals that will be injected in this order are:")
163
+
combined_msg +="<i>A chemical will only be injected if the target has under half the amount of injected units in them.</i>"
160
164
for(var/datum/reagent/chemicalas anything in helper.injection_chems)
161
-
combined_msg += span_notice("[helper.injection_chems[chemical]]u of [initial(chemical.name)]. But only if there is less than [helper.injection_chems[chemical]/2]u in the target already.")
combined_msg += span_notice("If none of the above chemicals are injected, you will default to [helper.injection_chems[helper.default_chem]]u of [initial(helper.default_chem.name)].")
0 commit comments