mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Fix
This commit is contained in:
@@ -21,8 +21,9 @@
|
|||||||
/obj/item/weapon/tank,
|
/obj/item/weapon/tank,
|
||||||
/obj/item/weapon/circuitboard,
|
/obj/item/weapon/circuitboard,
|
||||||
/obj/item/weapon/smes_coil,
|
/obj/item/weapon/smes_coil,
|
||||||
/obj/item/weapon/fuel_assembly
|
/obj/item/weapon/fuel_assembly,
|
||||||
)
|
/obj/item/weapon/ore/bluespace_crystal
|
||||||
|
) // CHOMPEdit - Buffing the gripper to allow bluespace crystal use for telesci building.
|
||||||
|
|
||||||
var/obj/item/wrapped = null // Item currently being held.
|
var/obj/item/wrapped = null // Item currently being held.
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
// CHOMPEdit - Buffing the gripper to allow bluespace crystal use for building.
|
|
||||||
/obj/item/weapon/gripper
|
|
||||||
var/list/can_hold = list(
|
|
||||||
/obj/item/weapon/cell,
|
|
||||||
/obj/item/weapon/airlock_electronics,
|
|
||||||
/obj/item/weapon/tracker_electronics,
|
|
||||||
/obj/item/weapon/module/power_control,
|
|
||||||
/obj/item/weapon/stock_parts,
|
|
||||||
/obj/item/frame,
|
|
||||||
/obj/item/weapon/camera_assembly,
|
|
||||||
/obj/item/weapon/tank,
|
|
||||||
/obj/item/weapon/circuitboard,
|
|
||||||
/obj/item/weapon/smes_coil,
|
|
||||||
/obj/item/weapon/fuel_assembly
|
|
||||||
/obj/item/weapon/ore/bluespace_crystal
|
|
||||||
)
|
|
||||||
Reference in New Issue
Block a user