mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Fixes Some Parapen Issues (#15029)
This commit is contained in:
@@ -1570,7 +1570,7 @@
|
||||
user.visible_message("<b>[user]</b> begins hunting for \the [src]'s injection port.")
|
||||
if(!. && error_msg && user)
|
||||
if(!fail_msg)
|
||||
fail_msg = "There is no exposed flesh or thin material [target_zone == BP_HEAD ? "on their head" : "on their body"] to inject into."
|
||||
fail_msg = "There is no exposed skin nor thin material on \the [affecting.loc]'s [target_zone] to inject into."
|
||||
to_chat(user, SPAN_ALERT("[fail_msg]"))
|
||||
|
||||
/mob/living/carbon/human/proc/get_bp_coverage(var/bp)
|
||||
|
||||
Reference in New Issue
Block a user