Skip to content

Commit

Permalink
power armor helmet spawns
Browse files Browse the repository at this point in the history
replaces the item path with the spawn bundle for T-45d and T-51b so they spawn with helmets... the colorful T-51b doesn't have a helmet so it's shit outta luck.
  • Loading branch information
Nep993 committed Jun 25, 2023
1 parent 553d351 commit 7ffcf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/effects/spawners/masterlootdrop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -900,11 +900,11 @@
/obj/effect/spawner/bundle/f13/armor/combat/mk2 = 10,
/obj/effect/spawner/bundle/f13/armor/combat/mk2/dark = 10,
/obj/effect/spawner/bundle/f13/armor/hotrodpa = 2,
/obj/item/clothing/suit/armor/power_armor/t45d = 1,
/obj/effect/spawner/bundle/f13/armor/t45d = 1,
/obj/item/clothing/suit/armor/heavy/riot/retrofitted = 5,
/obj/item/clothing/suit/armor/heavy/riot/vault = 5,
/obj/item/clothing/suit/armor/heavy/riot/marine = 5,
/obj/item/clothing/suit/armor/power_armor/t51b = 1,
/obj/effect/spawner/bundle/f13/armor/t51b = 1,
/obj/item/clothing/suit/armor/power_armor/t51b/pony = 1
)

Expand Down

0 comments on commit 7ffcf31

Please sign in to comment.