Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Oct 6, 2024
1 parent d116e0c commit 6e13b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/dynamic_human_icon_gen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ GLOBAL_LIST_EMPTY(dynamic_human_appearances)
target.icon = 'icons/mob/human.dmi'
target.icon_state = ""
target.appearance_flags |= KEEP_TOGETHER
target.copy_overlays(dynamic_appearance)
target.copy_overlays(dynamic_appearance, TRUE)
1 change: 1 addition & 0 deletions code/modules/mob/living/simple_animal/corpse.dm
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
outfit = /datum/outfit/frontier/officer/internals

/datum/outfit/frontier/officer/internals
name = "Frontiersman Officer Corpse Internals"
mask = /obj/item/clothing/mask/gas/sechailer
l_pocket = /obj/item/tank/internals/emergency_oxygen/engi

Expand Down

0 comments on commit 6e13b18

Please sign in to comment.