Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions code/modules/species/holosphere/appearance.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
cached_loadout_flags = flags
cached_loadout_role = role

give_chameleon_gear(source)

equip_loadout(source, loadout)

// essentially a copy of the normal loadout behaviour and we then apply it to the chameleon outfit
Expand Down
2 changes: 2 additions & 0 deletions code/modules/species/holosphere/holosphere.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@
if(istype(H, /mob/living/carbon/human/dummy))
return

give_chameleon_gear(H)

holosphere_shell = new(H, H)
transform_component = H.AddComponent(/datum/component/custom_transform, holosphere_shell, null, null, FALSE)
holosphere_shell.transform_component = transform_component
Expand Down
Loading