mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Fixes some burst fire related oddities (#20072)
* brug * who is this burst fire guy * fixes the pistols
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
can_suppress = TRUE
|
||||
burst_size = 1
|
||||
fire_delay = 0
|
||||
actions_types = list()
|
||||
bolt_type = BOLT_TYPE_LOCKING
|
||||
fire_sound = 'sound/weapons/gun/pistol/shot.ogg'
|
||||
dry_fire_sound = 'sound/weapons/gun/pistol/dry_fire.ogg'
|
||||
@@ -94,7 +95,7 @@
|
||||
burst_size = 3
|
||||
fire_delay = 3 //SKYRAT EDIT - Original: 1
|
||||
spread = 10
|
||||
//actions_types = list(/datum/action/item_action/toggle_firemode) SKYRAT EDIT REMOVAL
|
||||
actions_types = list(/datum/action/item_action/toggle_firemode)
|
||||
suppressor_x_offset = 6
|
||||
|
||||
/obj/item/gun/ballistic/automatic/pistol/stickman
|
||||
|
||||
Reference in New Issue
Block a user