mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
many more fixes
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
/obj/item/weapon/gun/energy/zip
|
||||
name = "Zip-Las"
|
||||
desc = "A homemade (and somehow safe) laser gun designed around shooting single powerful laser beam draining the cell entirely. Better not miss and better have spare cells."
|
||||
icon = 'icons/obj/gun_ch.dmi'
|
||||
icon_state = "ziplas"
|
||||
item_state = "ziplas"
|
||||
w_class = ITEMSIZE_SMALL
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/obj/item/weapon/gun/projectile/shotgun/doublebarrel/quad
|
||||
name = "quad-barreled shotgun"
|
||||
desc = "A shotgun pattern designed to make the most out of the limited machining capability of the frontier. 4 Whole barrels of death, loads using 12 gauge rounds."
|
||||
icon = 'icons/obj/gun_ch.dmi'
|
||||
icon_state = "shotgun_q"
|
||||
item_state = "qshotgun"
|
||||
recoil = 2
|
||||
@@ -15,6 +16,7 @@
|
||||
caliber = "12g"
|
||||
origin_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 1)
|
||||
ammo_type = /obj/item/ammo_casing/a12g/pellet
|
||||
sawn_off = 1
|
||||
|
||||
burst_delay = 0
|
||||
|
||||
@@ -23,6 +25,8 @@
|
||||
)
|
||||
|
||||
/obj/item/weapon/gun/projectile/shotgun/doublebarrel/sawn/alt
|
||||
sawn_off = 1
|
||||
icon = 'icons/obj/gun_ch.dmi'
|
||||
icon_state = "shotpistol"
|
||||
accuracy = 40
|
||||
|
||||
|
||||
Reference in New Issue
Block a user