Merge pull request #13683 from TheGreatKitsune/dexterity-fix

Fixes bug regarding feral xenochimera and treating others/being treated
This commit is contained in:
Casey
2022-09-10 16:36:18 -04:00
committed by CHOMPStation2
parent c05c3ea8d9
commit b1152c170e

View File

@@ -20,7 +20,7 @@
to_chat(user, "<span class='warning'>\The [src] cannot be applied to [M]!</span>")
return 1
if (!M.IsAdvancedToolUser())
if (!user.IsAdvancedToolUser())
to_chat(user, "<span class='warning'>You don't have the dexterity to do this!</span>")
return 1