mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
removes hello (#90575)
goodbye ## Changelog 🆑 fix: The ghost of paintings past has been dispelled. Say goodbye. /🆑
This commit is contained in:
committed by
Shadow-Quill
parent
57b6304da8
commit
93acd6d2d6
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user