Skip to content

Commit

Permalink
haha whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Imaginos16 committed Jun 9, 2024
1 parent ac311c5 commit 9469537
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _maps/shuttles/syndicate/syndicate_litieguai.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1410,9 +1410,9 @@
name = "armor locker";
req_access_txt = "5"
},
/obj/item/clothing/suit/armor/vest/marine/trauma,
/obj/item/clothing/suit/armor/vest/marine/trauma,
/obj/item/clothing/suit/armor/vest/marine/trauma,
/obj/item/clothing/suit/armor/vest/trauma,
/obj/item/clothing/suit/armor/vest/trauma,
/obj/item/clothing/suit/armor/vest/trauma,
/obj/item/clothing/head/helmet/medical,
/obj/item/clothing/head/helmet/medical,
/obj/item/clothing/head/helmet/medical,
Expand Down
11 changes: 9 additions & 2 deletions _maps/shuttles/syndicate/syndicate_twinkleshine.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@
/obj/item/clothing/under/syndicate/medic/skirt,
/obj/item/clothing/under/syndicate/medic,
/obj/item/clothing/head/helmet/medical,
/obj/item/clothing/suit/armor/vest/marine/trauma,
/obj/item/clothing/suit/armor/vest/trauma,
/obj/item/storage/belt/medical,
/obj/item/storage/belt/medical/webbing,
/obj/item/clothing/gloves/color/latex/nitrile/evil,
Expand Down Expand Up @@ -5020,7 +5020,7 @@
/obj/item/clothing/under/syndicate/medic/skirt,
/obj/item/clothing/under/syndicate/medic,
/obj/item/clothing/head/helmet/medical,
/obj/item/clothing/suit/armor/vest/marine/trauma,
/obj/item/clothing/suit/armor/vest/trauma,
/obj/item/antag_spawner/nuke_ops/borg_tele/medical/unlocked,
/obj/item/storage/belt/medical,
/obj/item/storage/belt/medical/webbing,
Expand Down Expand Up @@ -5611,10 +5611,12 @@
/obj/item/gun/ballistic/automatic/ebr/no_mag{
pixel_x = -16;
pixel_y = 7;

},
/obj/item/gun/ballistic/automatic/ebr/no_mag{
pixel_x = -9;
pixel_y = 2;

},
/obj/item/ammo_box/magazine/ebr{
pixel_x = 10;
Expand Down Expand Up @@ -7502,10 +7504,12 @@
/obj/item/gun/ballistic/shotgun/bulldog/no_mag{
pixel_x = -7;
pixel_y = 7;

},
/obj/item/gun/ballistic/shotgun/bulldog/no_mag{
pixel_y = -3;
pixel_x = 2;

},
/obj/machinery/light/directional/north,
/obj/item/ammo_box/magazine/m12g{
Expand Down Expand Up @@ -8839,13 +8843,16 @@
/obj/item/gun/ballistic/automatic/smg/c20r/no_mag{
pixel_x = 2;
pixel_y = 8;

},
/obj/item/gun/ballistic/automatic/smg/c20r/no_mag{
pixel_y = 3;

},
/obj/item/gun/ballistic/automatic/smg/c20r/no_mag{
pixel_y = -2;
pixel_x = 3;

},
/obj/item/ammo_box/magazine/smgm45,
/obj/item/ammo_box/magazine/smgm45,
Expand Down
2 changes: 2 additions & 0 deletions code/modules/clothing/factions/frontiersmen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@
desc = "An olive-green and grey baseball hat, worn by cargo technicians working under the Frontiersmen. Even they have the rights for a cool cap!"
icon_state = "frontiersoft"
soft_type = "frontiersmen"
icon = 'icons/obj/clothing/faction/frontiersmen/head.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/head.dmi'

/obj/item/clothing/head/beret/sec/frontier
name = "\improper Frontiersmen beret"
Expand Down

0 comments on commit 9469537

Please sign in to comment.