Fixed possessed blades being broken (#85090)

## About The Pull Request

Fixed possessed blades being broken

If testing is enabled everyone is polled in ghost polls.

## Why It's Good For The Game

> Fixed possessed blades being broken

oopse

> If testing is enabled everyone is polled in ghost polls.

MUCH eaiser to test

## Changelog

🆑
fix: Fixed possessed blades being broken
code: If testing is enabled everyone is polled in ghost polls.
/🆑

---------

Co-authored-by: Time-Green <7501474+Time-Green@users.noreply.github.com>
This commit is contained in:
carlarctg
2024-07-26 07:26:58 +00:00
committed by GitHub
co-authored by Time-Green
parent 88ebfafc09
commit bcf21b2073
2 changed files with 14 additions and 6 deletions
+6
View File
@@ -206,6 +206,12 @@ SUBSYSTEM_DEF(polling)
return
for(var/mob/dead/observer/ghost_player in GLOB.player_list)
candidates += ghost_player
#ifdef TESTING
for(var/mob/dude in GLOB.player_list)
candidates |= dude
#endif
return poll_candidates(question, role, check_jobban, poll_time, ignore_category, flashwindow, candidates, alert_pic, jump_target, role_name_text, custom_response_messages, start_signed_up, amount_to_pick, chat_text_border_icon, announce_chosen)
/datum/controller/subsystem/polling/proc/poll_ghosts_for_target(