mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Shadowling fixes
- Fixes shadowling thralls not showing up on Check Antagonists. - Also adds vampire thralls to Check Antagonists - Fixes shadowlings not turning off hardsuit helmet lights. - Fixes transforming into a shadowling dropping organs. - Adds job such as blueshield, NT rep, and pod pilot to the list of jobs that cannot be shadowlings. - Remove ascended shadowling commune, transfers the shadowling's languages to the ascendant instead. - Fixes intercept not being sent to the station on shadowling rounds.
This commit is contained in:
@@ -504,12 +504,15 @@
|
||||
if(ticker.mode.shadows.len)
|
||||
dat += check_role_table("Shadowlings", ticker.mode.shadows, src)
|
||||
|
||||
if(ticker.mode.thralls.len)
|
||||
dat += check_role_table("Shadowling Thralls", ticker.mode.thralls, src)
|
||||
if(ticker.mode.shadowling_thralls.len)
|
||||
dat += check_role_table("Shadowling Thralls", ticker.mode.shadowling_thralls, src)
|
||||
|
||||
if(ticker.mode.vampires.len)
|
||||
dat += check_role_table("Vampires", ticker.mode.vampires, src)
|
||||
|
||||
if(ticker.mode.enthralled.len)
|
||||
dat += check_role_table("Vampire Thralls", ticker.mode.enthralled, src)
|
||||
|
||||
if(ticker.mode.xenos.len)
|
||||
dat += check_role_table("Xenos", ticker.mode.xenos, src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user