mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user