mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Wall Rechargers Cannot be Unwrenched. (#25793)
* Update recharger.dm * Update recharger.dm
This commit is contained in:
@@ -91,6 +91,8 @@
|
||||
|
||||
/obj/machinery/recharger/wrench_act(mob/user, obj/item/I)
|
||||
. = TRUE
|
||||
if(istype(src, /obj/machinery/recharger/wallcharger)) // Unwrenching wall rechargers and dragging them off all kinds of cursed.
|
||||
return
|
||||
if(panel_open)
|
||||
to_chat(user, "<span class='warning'>Close the maintenance panel first!</span>")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user