Merge pull request #4892 from CHOMPStation2/upstream-merge-13683

[MIRROR] Fixes bug regarding feral xenochimera and treating others/being treated
This commit is contained in:
Nadyr
2022-09-10 21:52:24 -04:00
committed by GitHub

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