From e566e90733f33c12f19d0ecdd1ebc1feaa97b920 Mon Sep 17 00:00:00 2001 From: datlo Date: Sun, 3 Feb 2019 17:08:51 +0000 Subject: [PATCH] Add golem spawn rules --- .../awaymissions/mission_code/ghost_role_spawners/golems.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/awaymissions/mission_code/ghost_role_spawners/golems.dm b/code/modules/awaymissions/mission_code/ghost_role_spawners/golems.dm index 07fb8ab92c5..f064f4c27b6 100644 --- a/code/modules/awaymissions/mission_code/ghost_role_spawners/golems.dm +++ b/code/modules/awaymissions/mission_code/ghost_role_spawners/golems.dm @@ -85,6 +85,9 @@ to_chat(new_spawn, "[initial(X.info_text)]") if(!owner) to_chat(new_spawn, "Build golem shells in the autolathe, and feed refined mineral sheets to the shells to bring them to life! You are generally a peaceful group unless provoked.") + to_chat(new_spawn, "You are not an antagonist, but you are not a crewmember either. \ + You may interact or trade with crew you come across, aswell as defend yourself and your ship \ + but avoid actively interfering with the station unless you have a valid roleplay reason to do so, such as an invitation by crewmembers.") else new_spawn.mind.store_memory("Serve [owner.real_name], your creator.") log_game("[key_name(new_spawn)] possessed a golem shell enslaved to [key_name(owner)].")