From 44ea5ffaca8f21d9ab5df5a5b2f125ad7ed7584c Mon Sep 17 00:00:00 2001 From: mochi Date: Tue, 18 Aug 2020 09:56:08 +0200 Subject: [PATCH] Remove used-once var --- code/modules/events/sentience.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/events/sentience.dm b/code/modules/events/sentience.dm index a8de0422498..7007a99f0ec 100644 --- a/code/modules/events/sentience.dm +++ b/code/modules/events/sentience.dm @@ -3,8 +3,7 @@ /datum/event/sentience/start() processing = FALSE //so it won't fire again in next tick - var/ghostmsg = "Do you want to awaken as a sentient being?" - var/list/candidates = SSghost_spawns.poll_candidates(ghostmsg, ROLE_SENTIENT, TRUE) + var/list/candidates = SSghost_spawns.poll_candidates("Do you want to awaken as a sentient being?", ROLE_SENTIENT, TRUE) var/list/potential = list() var/sentience_type = SENTIENCE_ORGANIC