Skip to content

Commit

Permalink
fixes broken type-path and duplicated helmet sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Oct 8, 2018
1 parent f36b0a4 commit 90c2197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/response_team/ert_outfits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@
suit = /obj/item/clothing/suit/space/hardsuit/ert/commander/gamma
glasses = /obj/item/clothing/glasses/night
suit_store = /obj/item/gun/energy/gun/blueshield/pdw9
belt = /obj/item/gun/projectile/automatic/pistol/enforcer {mag_type = /obj/item/ammo_box/magazine/m45/enforcer45/lethal}
belt = /obj/item/gun/projectile/automatic/pistol/enforcer/lethal

backpack_contents = list(
/obj/item/clothing/head/helmet/space/hardsuit/ert/commander/gamma = 1,
/obj/item/clothing/mask/gas/sechailer/swat = 1,
/obj/item/restraints/handcuffs = 1,
/obj/item/storage/lockbox/mindshield = 1,
/obj/item/gun/energy/ionrifle/carbine = 1,
/obj/item/ammo_box/magazine/m45/enforcer45/lethal = 2
/obj/item/ammo_box/magazine/enforcer/lethal = 2
)

cybernetic_implants = list(
Expand Down
Binary file modified icons/mob/head.dmi
Binary file not shown.

0 comments on commit 90c2197

Please sign in to comment.