mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
hal review
This commit is contained in:
@@ -204,9 +204,6 @@
|
||||
icon_state = "wm_[state][panel]"
|
||||
|
||||
/obj/machinery/washing_machine/attackby(obj/item/W as obj, mob/user as mob, params)
|
||||
/*if(istype(W,/obj/item/screwdriver)) // If anyone ever reenables this, make it a screwdriver_act please
|
||||
panel = !panel
|
||||
to_chat(user, "<span class='notice'>you [panel ? </span>"open" : "close"] the [src]'s maintenance panel")*/
|
||||
if(default_unfasten_wrench(user, W))
|
||||
power_change()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user