From d7bb62fc906f7170b63a5b332f59588f7aafa70f Mon Sep 17 00:00:00 2001 From: Furlucis Date: Fri, 17 Jan 2014 03:00:32 -0500 Subject: [PATCH] Tweaks homunculi Makes them a bit creepier, and makes it so they don't spawn with underwear. Because really, if the rune spawns anything, it should be robes. But that would make things too easy. --- code/game/gamemodes/cult/runes.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/gamemodes/cult/runes.dm b/code/game/gamemodes/cult/runes.dm index e5be5d60a7a..8c373aa1a78 100644 --- a/code/game/gamemodes/cult/runes.dm +++ b/code/game/gamemodes/cult/runes.dm @@ -382,6 +382,11 @@ var/list/sacrificed = list() D.real_name = "[pick(first_names_male)] [pick(last_names)]" D.universal_speak = 1 D.status_flags &= ~GODMODE + D.s_tone = 35 + D.b_eyes = 200 + D.r_eyes = 200 + D.g_eyes = 200 + D.underwear = 0 D.key = ghost.key