mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Fix hitting unpowered ORM (#45203)
Now unpowered ore redemption machine can be attacked.
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
return
|
||||
|
||||
if(!powered())
|
||||
return
|
||||
return ..()
|
||||
if(istype(W, /obj/item/card/id))
|
||||
var/obj/item/card/id/I = user.get_active_held_item()
|
||||
if(istype(I) && !istype(inserted_id))
|
||||
|
||||
Reference in New Issue
Block a user