mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-08 00:12:53 +00:00
Merge pull request #4861 from CHOMPStation2/upstream-merge-13669
[MIRROR] Fixes a few more runtimes
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user