Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update human.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 authored Jun 24, 2024
1 parent c8da53b commit a8476b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a8476b4

Please sign in to comment.