mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] cleanup of _HELPERS/game.dm [MDB IGNORE] (#8593)
* cleanup of _HELPERS/game.dm (#61859) some more cleanup, game.dm this time * cleanup of _HELPERS/game.dm * E * Update oneclickantag.dm Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Ghilker
Gandalf
parent
885a01cb6b
commit
425c5bb100
@@ -57,7 +57,7 @@
|
||||
attempting_awakening = TRUE
|
||||
to_chat(awakener, span_notice("You attempt to wake the spirit of [parent]..."))
|
||||
|
||||
var/list/candidates = pollGhostCandidates("Do you want to play as the spirit of [awakener.real_name]'s blade?", ROLE_PAI, FALSE, 100, POLL_IGNORE_POSSESSED_BLADE)
|
||||
var/list/candidates = poll_ghost_candidates("Do you want to play as the spirit of [awakener.real_name]'s blade?", ROLE_PAI, FALSE, 100, POLL_IGNORE_POSSESSED_BLADE)
|
||||
if(!LAZYLEN(candidates))
|
||||
to_chat(awakener, span_warning("[parent] is dormant. Maybe you can try again later."))
|
||||
attempting_awakening = FALSE
|
||||
|
||||
Reference in New Issue
Block a user