Merge pull request #10684 from Ghommie/Ghommie-cit521

fix for hypospray jank.
This commit is contained in:
kevinz000
2020-01-25 05:53:42 -07:00
committed by GitHub
4 changed files with 39 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