mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Uncomment the throw/message after shooting with the regular enchanted mosin.
This commit is contained in:
@@ -167,8 +167,9 @@
|
||||
user.put_in_hands(GUN)
|
||||
else
|
||||
user.drop_item()
|
||||
//throw_at_fast(pick(oview(7,get_turf(user))),1,1)
|
||||
//user.visible_message("<span class='warning'>[user] tosses aside the spent rifle!</span>")
|
||||
if(type == /obj/item/weapon/gun/ballistic/shotgun/boltaction/enchanted)
|
||||
throw_at_fast(pick(oview(7,get_turf(user))),1,1)
|
||||
user.visible_message("<span class='warning'>[user] tosses aside the spent rifle!</span>")
|
||||
|
||||
// Automatic Shotguns//
|
||||
|
||||
|
||||
@@ -24,10 +24,5 @@
|
||||
/obj/effect/proc_holder/spell/targeted/infinite_guns/arcane_barrage
|
||||
name = "Arcane Barrage"
|
||||
desc = "Requires both hands free to use."
|
||||
|
||||
charge_max = 750
|
||||
clothes_req = 1
|
||||
cooldown_min = 10 //Spell wizard
|
||||
action_icon_state = "arcane_barrage"
|
||||
|
||||
summon_path = /obj/item/weapon/gun/ballistic/shotgun/boltaction/enchanted/arcane_barrage
|
||||
Reference in New Issue
Block a user