mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Repaths /obj/item/weapon to /obj/item (#29929)
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
if(user.canmove)
|
||||
climb_structure(user)
|
||||
return
|
||||
if ((!( istype(O, /obj/item/weapon) ) || user.get_active_held_item() != O))
|
||||
if ((!( istype(O, /obj/item) ) || user.get_active_held_item() != O))
|
||||
return
|
||||
if(iscyborg(user))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user