mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #13683 from TheGreatKitsune/dexterity-fix
Fixes bug regarding feral xenochimera and treating others/being treated
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user