diff --git a/code/modules/jobs/job_types/oasis.dm b/code/modules/jobs/job_types/oasis.dm index c922c232f6..cf72fdbaae 100644 --- a/code/modules/jobs/job_types/oasis.dm +++ b/code/modules/jobs/job_types/oasis.dm @@ -62,6 +62,7 @@ Mayor jobtype = /datum/job/oasis/f13mayor ears = /obj/item/radio/headset/headset_town id = /obj/item/card/id/silver/mayor + suit = /obj/item/gun/ballistic/automatic/wt550 backpack = /obj/item/storage/backpack/satchel/explorer satchel = /obj/item/storage/backpack/satchel/explorer l_pocket = /obj/item/storage/bag/money/small/oasis @@ -73,6 +74,7 @@ Mayor /obj/item/stack/f13Cash/caps/onezerozerozero = 1, /obj/item/storage/box/citizenship_permits = 1, \ /obj/item/pen/fountain/captain = 1, + /obj/item/ammo_box/magazine/m473/small = 2 ) diff --git a/code/modules/projectiles/guns/ballistic/automatic.dm b/code/modules/projectiles/guns/ballistic/automatic.dm index e1c9790c2e..8f1bfb30f1 100644 --- a/code/modules/projectiles/guns/ballistic/automatic.dm +++ b/code/modules/projectiles/guns/ballistic/automatic.dm @@ -607,19 +607,20 @@ //WT-550 4.7mm, 20 round magazine /obj/item/gun/ballistic/automatic/wt550 - name = "WT-550" - desc = "A compact PDW derived from the G11, firing the same 4.73mm rounds." + name = "4.73mm carbine" + desc = "A WT-550 personal defense weapon developed by West-Tek, fires 4.73mm caseless rounds." item_state = "WT550" mag_type = /obj/item/ammo_box/magazine/m473/small + slowdown = 0.45 burst_size = 1 is_automatic = TRUE automatic = TRUE extra_damage = 20 - autofire_shot_delay = 1.75 + autofire_shot_delay = 2.25 extra_penetration = 0.2 w_class = WEIGHT_CLASS_NORMAL weapon_weight = WEAPON_MEDIUM - spread = 0 + spread = 3 //foregrip fire_delay = 1 can_bayonet = TRUE knife_x_offset = 25