mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Emergency hotfix for engi crossbow [NO GBP] (#79606)
Hadnt added these commits when the PR got merged due to not expecting it oops ## Why It's Good For The Game See above, used to make my last pr actually function as intended. ## Changelog 🆑 fix: fixed engi crossbow being able to be used onehanded + ability to craft with sci inducers /🆑 --------- Co-authored-by: Jacquerel <hnevard@gmail.com>
This commit is contained in:
@@ -214,6 +214,9 @@
|
||||
/obj/item/stack/cable_coil = 12,
|
||||
/obj/item/inducer = 1,
|
||||
)
|
||||
blacklist = list(
|
||||
/obj/item/inducer/sci,
|
||||
)
|
||||
tool_behaviors = list(TOOL_WELDER)
|
||||
time = 5 SECONDS
|
||||
category = CAT_WEAPON_RANGED
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
inhand_icon_state = "rebarxbow"
|
||||
worn_icon_state = "rebarxbow"
|
||||
rack_sound = 'sound/weapons/gun/sniper/rack.ogg'
|
||||
must_hold_to_load = FALSE
|
||||
must_hold_to_load = TRUE
|
||||
mag_display = FALSE
|
||||
empty_indicator = TRUE
|
||||
bolt_type = BOLT_TYPE_LOCKING
|
||||
@@ -191,6 +191,7 @@
|
||||
magazine_wording = "rod"
|
||||
cartridge_wording = "rod"
|
||||
misfire_probability = 25
|
||||
weapon_weight = WEAPON_HEAVY
|
||||
initial_caliber = CALIBER_REBAR
|
||||
accepted_magazine_type = /obj/item/ammo_box/magazine/internal/boltaction/rebarxbow/normal
|
||||
fire_sound = 'sound/items/syringeproj.ogg'
|
||||
|
||||
Reference in New Issue
Block a user