Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nerf Space Loot #26738

Merged
merged 8 commits into from
Oct 6, 2024
Merged
2 changes: 1 addition & 1 deletion _maps/map_files/RandomRuins/SpaceRuins/onehalf.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@
/obj/structure/safe/floor,
/obj/item/tank/internals/oxygen/red,
/obj/item/clothing/mask/gas/syndicate,
/obj/item/mod/control/pre_equipped/traitor,
/obj/item/mod/control/pre_equipped/mining/asteroid,
/obj/item/reagent_containers/drinks/bottle/rum,
/obj/item/reagent_containers/drinks/bottle/rum,
/obj/item/folder/syndicate/blue,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
},
/area/ruin/space/syndicakefactory)
"wW" = (
/obj/machinery/suit_storage_unit/syndicate,
/obj/machinery/suit_storage_unit/mining,
ErdGinalD marked this conversation as resolved.
Show resolved Hide resolved
/turf/simulated/floor/engine,
/area/ruin/space/syndicakefactory)
"xy" = (
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/effects/spawners/depot_spawners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
/obj/item/shield/energy,
/obj/item/storage/box/syndie_kit/teleporter,
/obj/item/weaponcrafting/gunkit/universal_gun_kit,
/obj/item/mod/control/pre_equipped/traitor_elite = 1,
ErdGinalD marked this conversation as resolved.
Show resolved Hide resolved
)

// Layout-affecting spawns
Expand Down
9 changes: 7 additions & 2 deletions code/game/objects/items/weapons/melee/energy_melee_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -346,12 +346,17 @@
//////////////////////////////
/obj/item/melee/energy/sword/pirate
name = "energy cutlass"
desc = "Arrrr matey."
desc = "A crude copy of syndicate technology. Favored among space pirates for its small form factor while inactive. Arrrr, matey!"
force_on = 20
throwforce_on = 5 // No PvP shenanigans, this is main weapon in PvE explorer gameplay and can be obtained very easy
embed_chance = 45
embedded_impact_pain_multiplier = 4
armour_penetration_percentage = 0
armour_penetration_flat = 0
ErdGinalD marked this conversation as resolved.
Show resolved Hide resolved
icon_state = "cutlass0"
icon_state_on = "cutlass1"
light_color = LIGHT_COLOR_RED
origin_tech = "combat=3;magnets=4;syndicate=2"
origin_tech = "combat=3;magnets=4"

//////////////////////////////
// MARK: HARDLIGHT BLADE
Expand Down
1 change: 0 additions & 1 deletion code/modules/mob/living/simple_animal/corpse.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
gloves = /obj/item/clothing/gloves/combat
l_ear = /obj/item/radio/headset
mask = /obj/item/clothing/mask/gas/syndicate
back = /obj/item/mod/control/pre_equipped/traitor_elite
r_pocket = /obj/item/tank/internals/emergency_oxygen
id = /obj/item/card/id

Expand Down