mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Destroys Drill meta
Makes screwdriver hand drills not fit in places a normal screwdriver can
This commit is contained in:
@@ -254,6 +254,7 @@
|
|||||||
description_antag = "This case will likely contain a charged fuel rod gun, and a few fuel rods to go with it. It can only hold the fuel rod gun, fuel rods, batteries, a screwdriver, and stock machine parts."
|
description_antag = "This case will likely contain a charged fuel rod gun, and a few fuel rods to go with it. It can only hold the fuel rod gun, fuel rods, batteries, a screwdriver, and stock machine parts."
|
||||||
force = 12 //Anti-rad lined i.e. Lead, probably gonna hurt a bit if you get bashed with it.
|
force = 12 //Anti-rad lined i.e. Lead, probably gonna hurt a bit if you get bashed with it.
|
||||||
can_hold = list(/obj/item/weapon/gun/magnetic/fuelrod, /obj/item/weapon/fuel_assembly, /obj/item/weapon/cell, /obj/item/weapon/stock_parts, /obj/item/weapon/screwdriver)
|
can_hold = list(/obj/item/weapon/gun/magnetic/fuelrod, /obj/item/weapon/fuel_assembly, /obj/item/weapon/cell, /obj/item/weapon/stock_parts, /obj/item/weapon/screwdriver)
|
||||||
|
cant_hold = list(/obj/item/weapon/screwdriver/power)
|
||||||
starts_with = list(
|
starts_with = list(
|
||||||
/obj/item/weapon/gun/magnetic/fuelrod,
|
/obj/item/weapon/gun/magnetic/fuelrod,
|
||||||
/obj/item/weapon/fuel_assembly/deuterium,
|
/obj/item/weapon/fuel_assembly/deuterium,
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
/obj/item/clothing/accessory/permit,
|
/obj/item/clothing/accessory/permit,
|
||||||
/obj/item/clothing/accessory/badge
|
/obj/item/clothing/accessory/badge
|
||||||
)
|
)
|
||||||
|
cant_hold = list(/obj/item/weapon/screwdriver/power)
|
||||||
slot_flags = SLOT_ID
|
slot_flags = SLOT_ID
|
||||||
|
|
||||||
var/obj/item/weapon/card/id/front_id = null
|
var/obj/item/weapon/card/id/front_id = null
|
||||||
|
|||||||
@@ -172,7 +172,7 @@
|
|||||||
item_state = "drill"
|
item_state = "drill"
|
||||||
matter = list(DEFAULT_WALL_MATERIAL = 150, MAT_SILVER = 50)
|
matter = list(DEFAULT_WALL_MATERIAL = 150, MAT_SILVER = 50)
|
||||||
origin_tech = list(TECH_MATERIAL = 2, TECH_ENGINEERING = 2)
|
origin_tech = list(TECH_MATERIAL = 2, TECH_ENGINEERING = 2)
|
||||||
|
slot_flags = SLOT_BELT
|
||||||
force = 8
|
force = 8
|
||||||
w_class = ITEMSIZE_SMALL
|
w_class = ITEMSIZE_SMALL
|
||||||
throwforce = 8
|
throwforce = 8
|
||||||
|
|||||||
@@ -265,6 +265,7 @@
|
|||||||
/obj/item/weapon/screwdriver,
|
/obj/item/weapon/screwdriver,
|
||||||
/obj/item/device/multitool
|
/obj/item/device/multitool
|
||||||
)
|
)
|
||||||
|
cant_hold = list(/obj/item/weapon/screwdriver/power)
|
||||||
|
|
||||||
/obj/item/weapon/storage/bag/circuits/basic/New()
|
/obj/item/weapon/storage/bag/circuits/basic/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user