uhh initial commit ig
This commit is contained in:
@@ -55,3 +55,9 @@
|
||||
name = "triple-barrel shotgun internal magazine"
|
||||
ammo_type = /obj/item/ammo_casing/shotgun/incapacitate
|
||||
max_ammo = 3
|
||||
|
||||
/obj/item/ammo_box/magazine/internal/shot/levergun
|
||||
name = "levergun internal magazine"
|
||||
ammo_type = /obj/item/ammo_casing/c38 // they're rubber by default, i guess
|
||||
caliber = ".38"
|
||||
max_ammo = 7
|
||||
|
||||
@@ -335,3 +335,12 @@
|
||||
//our hook gun!
|
||||
var/obj/item/gun/magic/hook/bounty/hook
|
||||
var/toggled = FALSE
|
||||
|
||||
// hey you kids like
|
||||
// LEVER GUNS?
|
||||
|
||||
/obj/item/gun/ballistic/shotgun/leveraction
|
||||
name = "lever-action rifle"
|
||||
desc = "While lever-actions have been horribly out of date for hundreds of years now, \
|
||||
the reported potential versatility of .38 Special is worth paying attention to."
|
||||
mag_type = /obj/item/ammo_box/magazine/internal/shot/levergun
|
||||
|
||||
Reference in New Issue
Block a user