Reviewer suggestion, reduces paralyze

And ports that commit that ghommie said
This commit is contained in:
Artur
2020-04-17 16:22:15 +03:00
parent ddcfcb5cd8
commit eafc69aa65
11 changed files with 39 additions and 27 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
/mob/living/carbon/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum)
. = ..()
var/hurt = TRUE
if(src.GetComponent(/datum/component/tackler))
if(GetComponent(/datum/component/tackler))
return
if(throwingdatum?.thrower && iscyborg(throwingdatum.thrower))
var/mob/living/silicon/robot/R = throwingdatum.thrower