mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
cleanup of _HELPERS/game.dm (#61859)
some more cleanup, game.dm this time
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user