mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +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//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user