mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 04:02:31 +00:00
@@ -397,6 +397,12 @@
|
||||
var/obj/item/I = O
|
||||
if(!I || !istype(I,/obj/item)) return
|
||||
|
||||
//CHOMPAdd Start
|
||||
if(istype(I, /obj/item/device/robot_tongue) && isrobot(user))
|
||||
var/obj/item/device/robot_tongue/J = I
|
||||
if(J.water.energy < J.water.max_energy) return
|
||||
//CHOMPAdd End
|
||||
|
||||
to_chat(usr, "<span class='notice'>You start washing \the [I].</span>")
|
||||
|
||||
busy = 1
|
||||
@@ -433,4 +439,4 @@
|
||||
/obj/structure/sink/puddle/attackby(obj/item/O as obj, mob/user as mob)
|
||||
icon_state = "puddle-splash"
|
||||
..()
|
||||
icon_state = "puddle"
|
||||
icon_state = "puddle"
|
||||
|
||||
Reference in New Issue
Block a user