mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
Solgov tweaks (#15896)
* marines, solgov, and more! * belts are belts * forgot da hat * swapped guns around, loadout hat no longer strong * Update code/datums/outfits/outfit_admin.dm * updated shading on uniforms * yeets a null entry * gas masks, flipped caps * renamed gas masks * merge conflicts * dmi conflicts confuse me * ARG mag update
This commit is contained in:
@@ -366,6 +366,22 @@
|
||||
item_state = "assault"
|
||||
storage_slots = 6
|
||||
|
||||
/obj/item/storage/belt/military/assault/marines/full/populate_contents()
|
||||
new /obj/item/ammo_box/magazine/m12g(src)
|
||||
new /obj/item/ammo_box/magazine/m12g(src)
|
||||
new /obj/item/ammo_box/magazine/m12g(src)
|
||||
new /obj/item/ammo_box/magazine/m12g(src)
|
||||
new /obj/item/ammo_box/magazine/m45(src)
|
||||
new /obj/item/ammo_box/magazine/m45(src)
|
||||
update_icon()
|
||||
|
||||
/obj/item/storage/belt/military/assault/marines/elite/full/populate_contents()
|
||||
new /obj/item/ammo_box/magazine/m556/arg(src)
|
||||
new /obj/item/ammo_box/magazine/m556/arg(src)
|
||||
new /obj/item/ammo_box/magazine/m556/arg(src)
|
||||
new /obj/item/ammo_box/magazine/m45(src)
|
||||
new /obj/item/ammo_box/magazine/m45(src)
|
||||
update_icon()
|
||||
/obj/item/storage/belt/janitor
|
||||
name = "janibelt"
|
||||
desc = "A belt used to hold most janitorial supplies."
|
||||
|
||||
Reference in New Issue
Block a user