Merge pull request #15091 from Runa-Dacino/ghostpodstuff

Fixes and tweaks "Survivor Pods"
This commit is contained in:
Heroman3003
2023-06-29 07:33:43 +10:00
committed by CHOMPStation2
parent 0f87e4c9e6
commit 48926a6afb
2 changed files with 10 additions and 0 deletions

View File

@@ -24,6 +24,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
)