Fixes a few more runtimes

This commit is contained in:
Heroman
2022-09-06 05:37:37 +10:00
parent 3ba4e4b189
commit e9687e294b
5 changed files with 8 additions and 8 deletions
+1 -1
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")