diff --git a/modular_RUtgmc/code/modules/mob/living/carbon/human/human.dm b/modular_RUtgmc/code/modules/mob/living/carbon/human/human.dm index c88f6b09610f4..d861ca162ab7a 100644 --- a/modular_RUtgmc/code/modules/mob/living/carbon/human/human.dm +++ b/modular_RUtgmc/code/modules/mob/living/carbon/human/human.dm @@ -60,7 +60,7 @@ if(!I || HAS_TRAIT(I, TRAIT_NODROP)) return - if(issynth(usr) && I.throwforce >= 15) + if(issynth(usr) && I.throwforce > 15) to_chat(usr, span_warning("Your program prohibits you from doing this!")) return