From 48f1bfeeca898c496cf2a334cf8a05a43f3a5cad Mon Sep 17 00:00:00 2001 From: Tom <8881105+tf-4@users.noreply.github.com> Date: Tue, 24 May 2022 16:56:14 +0100 Subject: [PATCH] ashwalker quirks (#13854) --- code/modules/mob_spawn/ghost_roles/mining_roles.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob_spawn/ghost_roles/mining_roles.dm b/code/modules/mob_spawn/ghost_roles/mining_roles.dm index 849403a4caa..6cef42d1bcf 100644 --- a/code/modules/mob_spawn/ghost_roles/mining_roles.dm +++ b/code/modules/mob_spawn/ghost_roles/mining_roles.dm @@ -244,7 +244,7 @@ // SKYRAT EDIT MOVE // Moved lizard name randomizer before parent call (so character names are preserved) spawned_human.fully_replace_character_name(null,random_unique_lizard_name(gender)) - loadout_enabled = TRUE //SKYRAT EDIT ADDITION + quirks_enabled = TRUE //SKYRAT EDIT ADDITION . = ..() // SKYRAT EDIT END to_chat(spawned_human, "Drag the corpses of men and beasts to your nest. It will absorb them to create more of your kind. Invade the strange structure of the outsiders if you must. Do not cause unnecessary destruction, as littering the wastes with ugly wreckage is certain to not gain you favor. Glory to the Necropolis!")