Skip to content

Commit

Permalink
Makes all three sol rifles more visually distinct from one another, a…
Browse files Browse the repository at this point in the history
…nd removes .40 sol drum magazines (#282)

* bigger weapons!

* tweaks the new qarad sprite a little

* changes the sprites of the other two weapons as well
  • Loading branch information
Paxilmaniac authored and FFMirrorBot committed Jan 9, 2024
1 parent fe2a3aa commit 71d43b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
subcategory = ARMAMENT_SUBCATEGORY_ASSAULTRIFLE
mags_to_spawn = 3

/datum/armament_entry/hecu/primary/assaultrifle/automaties
item_type = /obj/item/gun/ballistic/automatic/sol_rifle/machinegun
max_purchase = 1
cost = 14
magazine = /obj/item/ammo_box/magazine/c40sol_rifle/drum

/datum/armament_entry/hecu/primary/assaultrifle/infanteria
item_type = /obj/item/gun/ballistic/automatic/sol_rifle
max_purchase = 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,14 @@
item_type = /obj/item/ammo_box/magazine/c40sol_rifle/standard/starts_empty
cost = PAYCHECK_COMMAND

<<<<<<< HEAD

Check failure on line 160 in modular_nova/modules/company_imports/code/armament_datums/sol_defense.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got '<<', expected one of: newline, '/', identifier
/* /datum/armament_entry/company_import/sol_defense/magazines/sol_rifle_drum
item_type = /obj/item/ammo_box/magazine/c40sol_rifle/drum/starts_empty
cost = PAYCHECK_COMMAND * 3
contraband = TRUE */ // FLUFFY FRONTIER REMOVAL - SOL WEAPONS REBALANCE

=======
>>>>>>> 6c3ed558 (Makes all three sol rifles more visually distinct from one another, and removes .40 sol drum magazines (#282))
/datum/armament_entry/company_import/sol_defense/magazines/sol_grenade_standard
item_type = /obj/item/ammo_box/magazine/c980_grenade/starts_empty
cost = PAYCHECK_COMMAND * 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,6 @@
/obj/item/ammo_box/magazine/c40sol_rifle/standard/starts_empty
start_empty = TRUE


/obj/item/ammo_box/magazine/c40sol_rifle/drum
name = "\improper Sol rifle drum magazine"
desc = "A massive drum magazine for SolFed rifles, holds sixty rounds."

icon_state = "rifle_drum"

w_class = WEIGHT_CLASS_BULKY

max_ammo = 60

/obj/item/ammo_box/magazine/c40sol_rifle/drum/starts_empty
start_empty = TRUE

// .980 grenade magazines

/obj/item/ammo_box/magazine/c980_grenade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@
name = "\improper Qarad Light Machinegun"
desc = "A hefty machinegun commonly seen in the hands of SolFed military types. Accepts any standard SolFed rifle magazine."

icon_state = "outomaties"
icon_state = "qarad"
worn_icon_state = "outomaties"
inhand_icon_state = "outomaties"

bolt_type = BOLT_TYPE_OPEN

spawn_magazine_type = /obj/item/ammo_box/magazine/c40sol_rifle/drum
spawn_magazine_type = /obj/item/ammo_box/magazine/c40sol_rifle

fire_delay = 0.1 SECONDS

Expand Down
Binary file not shown.

0 comments on commit 71d43b1

Please sign in to comment.