fix for hypospray jank.

This commit is contained in:
Ghommie
2020-01-24 02:17:41 +01:00
parent 14a33ee7dc
commit 524f665f4a
4 changed files with 41 additions and 99 deletions
+1 -1
View File
@@ -151,7 +151,7 @@
for(var/key in alarm_types_clear)
alarm_types_clear[key] = 0
/mob/living/silicon/can_inject(mob/user, error_msg)
/mob/living/silicon/can_inject(mob/user, error_msg, target_zone, penetrate_thick = FALSE, bypass_immunity = FALSE)
if(error_msg)
to_chat(user, "<span class='alert'>[p_their(TRUE)] outer shell is too tough.</span>")
return FALSE