mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[MIRROR] Emergency hotfix for engi crossbow [NO GBP] [MDB IGNORE] (#24910)
* 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> * Emergency hotfix for engi crossbow [NO GBP] --------- Co-authored-by: KingkumaArt <69398298+KingkumaArt@users.noreply.github.com> Co-authored-by: Jacquerel <hnevard@ gmail.com>
This commit is contained in:
co-authored by
Jacquerel
KingkumaArt
parent
b09924ef3c
commit
94e579cd35
@@ -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