Skip to content

Commit

Permalink
oh come on
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Feb 18, 2024
1 parent e714e74 commit cdfe954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/autowiki/pages/ships.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

/datum/autowiki/ship/proc/get_dummy_image(datum/job/to_equip)
//Controlled randomisation
wiki_dummy.seeded_randomization(to_equip.outfit, list(/datum/species/ethereal, /datum/species/human, /datum/species/ipc, /datum/species/lizard, /datum/species/moth, /datum/species/spider))
wiki_dummy.seeded_randomization("[to_equip.outfit]", list(/datum/species/ethereal, /datum/species/human, /datum/species/ipc, /datum/species/lizard, /datum/species/moth, /datum/species/spider))
//Delete all the old stuff they had
wiki_dummy.wipe_state()

Expand Down

0 comments on commit cdfe954

Please sign in to comment.