removes hello (#90575)

goodbye

## Changelog
🆑
fix: The ghost of paintings past has been dispelled. Say goodbye.
/🆑
This commit is contained in:
FlufflesTheDog
2025-04-29 17:51:08 -06:00
committed by Shadow-Quill
parent 57b6304da8
commit 93acd6d2d6
-1
View File
@@ -214,7 +214,6 @@
var/obj/item/painting_implement = user.get_active_held_item()
if(!painting_implement)
return FALSE
to_chat(world, "hello")
var/x = text2num(params["x"])
var/y = text2num(params["y"])
painting_implement.set_painting_tool_color(grid[x][y])