mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
fix(survivorpod): Fixes ghost query preferences
Fixes unreported bug where survivor pods would not send a query. This was caused due to imperfect fix to inability to opt out from it for the round. tweak(survivorpod): Makes it clear when the pod was clicked on Does this by making a visible_message when clicked and changing its description
This commit is contained in:
@@ -23,6 +23,7 @@ var/global/list/special_roles = list( //keep synced with the defines BE_* in set
|
||||
"morph" = 1, // 18
|
||||
"corgi" = 1, // 19
|
||||
"cursed sword" = 1, // 20
|
||||
"Ship Survivor" = 1, // 21
|
||||
//VOREStation Add End
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user