Merge pull request #4861 from CHOMPStation2/upstream-merge-13669

[MIRROR] Fixes a few more runtimes
This commit is contained in:
Nadyr
2022-09-07 16:06:55 -04:00
committed by GitHub
5 changed files with 8 additions and 8 deletions

View File

@@ -106,7 +106,7 @@
if(choice == "No")
return
var/basecolor = input(user, "Select a base color for the canvas:", "Base Color", canvas_color) as null|color
if(basecolor && Adjacent(user, src) && Adjacent(user, I))
if(basecolor && Adjacent(user) && user.get_active_hand() == I)
canvas_color = basecolor
reset_grid()
user.visible_message("[user] smears paint on [src], covering the entire thing in paint.", "You smear paint on [src], changing the color of the entire thing.", runemessage = "smears paint")