mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-20 04:36:38 +01:00
huh that worked?
This commit is contained in:
@@ -593,7 +593,6 @@
|
||||
var/steps = 0
|
||||
|
||||
/obj/structure/well_foundation/attackby(obj/item/S, mob/user, params)
|
||||
. = ..()
|
||||
if(steps == 0 && S.tool_behaviour == TOOL_SHOVEL)
|
||||
S.use_tool(src, user, 80, volume=100)
|
||||
steps = 1
|
||||
@@ -650,6 +649,7 @@
|
||||
return
|
||||
else
|
||||
return
|
||||
. = ..()
|
||||
|
||||
/obj/structure/sink/puddle //splishy splashy ^_^
|
||||
name = "puddle"
|
||||
|
||||
Reference in New Issue
Block a user