cleanup of _HELPERS/game.dm (#61859)

some more cleanup, game.dm this time
This commit is contained in:
Ghilker
2021-10-03 22:51:52 +02:00
committed by GitHub
parent 0017cc60dc
commit 682e7132b5
30 changed files with 304 additions and 276 deletions
@@ -415,7 +415,7 @@
using = TRUE
balloon_alert(user, "you hold the scythe up...")
ADD_TRAIT(src, TRAIT_NODROP, type)
var/list/mob/dead/observer/candidates = pollGhostCandidates("Do you want to play as [user.real_name]'s soulscythe?", ROLE_PAI, FALSE, 100, POLL_IGNORE_POSSESSED_BLADE)
var/list/mob/dead/observer/candidates = poll_ghost_candidates("Do you want to play as [user.real_name]'s soulscythe?", ROLE_PAI, FALSE, 100, POLL_IGNORE_POSSESSED_BLADE)
if(LAZYLEN(candidates))
var/mob/dead/observer/picked_ghost = pick(candidates)
soul.ckey = picked_ghost.ckey