Reverts some changes I deemed unneccesary. Undoes a fuckup

This commit is contained in:
Tupinambis
2019-08-26 15:08:36 -05:00
parent a4fd2be7f7
commit 13638ed5d6
2 changed files with 2 additions and 3 deletions
@@ -5,7 +5,6 @@
item_state = "shotgun"
w_class = WEIGHT_CLASS_BULKY
force = 10
fire_delay = 10
flags_1 = CONDUCT_1
slot_flags = ITEM_SLOT_BACK
mag_type = /obj/item/ammo_box/magazine/internal/shot
@@ -1,6 +1,6 @@
/obj/item/projectile/bullet/shotgun_slug
name = "12g shotgun slug"
damage = 50
damage = 60
/obj/item/projectile/bullet/shotgun_beanbag
name = "beanbag slug"
@@ -47,7 +47,7 @@
/obj/item/projectile/bullet/shotgun_frag12
name ="frag12 slug"
damage = 20
damage = 25
knockdown = 50
/obj/item/projectile/bullet/shotgun_frag12/on_hit(atom/target, blocked = FALSE)