Skip to content

Commit

Permalink
Makes none of my weapons fit in the suit slot (like the one where you…
Browse files Browse the repository at this point in the history
… put jackets and armor vests and such) because it was causing weird sprite problems (#1100)

she got too silly
  • Loading branch information
Paxilmaniac authored and StealsThePRs committed Feb 23, 2024
1 parent 2834330 commit 37b7351
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

w_class = WEIGHT_CLASS_BULKY
weapon_weight = WEAPON_HEAVY
slot_flags = ITEM_SLOT_BACK | ITEM_SLOT_OCLOTHING
slot_flags = ITEM_SLOT_BACK

accepted_magazine_type = /obj/item/ammo_box/magazine/c980_grenade

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

w_class = WEIGHT_CLASS_BULKY
weapon_weight = WEAPON_HEAVY
slot_flags = ITEM_SLOT_BACK | ITEM_SLOT_OCLOTHING
slot_flags = ITEM_SLOT_BACK

accepted_magazine_type = /obj/item/ammo_box/magazine/c40sol_rifle
spawn_magazine_type = /obj/item/ammo_box/magazine/c40sol_rifle/standard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
suppressor_x_offset = 9

w_class = WEIGHT_CLASS_BULKY
slot_flags = ITEM_SLOT_BACK | ITEM_SLOT_OCLOTHING
slot_flags = ITEM_SLOT_BACK

/obj/item/gun/ballistic/shotgun/riot/sol/give_manufacturer_examine()
AddElement(/datum/element/manufacturer_examine, COMPANY_CARWO)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

w_class = WEIGHT_CLASS_NORMAL
weapon_weight = WEAPON_MEDIUM
slot_flags = ITEM_SLOT_OCLOTHING | ITEM_SLOT_BELT
slot_flags = ITEM_SLOT_BELT

accepted_magazine_type = /obj/item/ammo_box/magazine/c35sol_pistol
spawn_magazine_type = /obj/item/ammo_box/magazine/c35sol_pistol/stendo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

w_class = WEIGHT_CLASS_BULKY
weapon_weight = WEAPON_HEAVY
slot_flags = ITEM_SLOT_BACK | ITEM_SLOT_OCLOTHING
slot_flags = ITEM_SLOT_BACK

accepted_magazine_type = /obj/item/ammo_box/magazine/lanca

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

w_class = WEIGHT_CLASS_BULKY
weapon_weight = WEAPON_MEDIUM
slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_OCLOTHING
slot_flags = ITEM_SLOT_BELT

accepted_magazine_type = /obj/item/ammo_box/magazine/miecz

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

w_class = WEIGHT_CLASS_BULKY
weapon_weight = WEAPON_HEAVY
slot_flags = ITEM_SLOT_OCLOTHING | ITEM_SLOT_BELT
slot_flags = ITEM_SLOT_BELT

accepted_magazine_type = /obj/item/ammo_box/magazine/c585trappiste_pistol

Expand Down

0 comments on commit 37b7351

Please sign in to comment.