mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
wooohoo! I can see demons! (#19020)
This commit is contained in:
@@ -129,6 +129,10 @@
|
||||
var/list/antag_serialized = serialized.Copy()
|
||||
antag_serialized["antag"] = "Xenomorph"
|
||||
antagonists += list(antag_serialized)
|
||||
else if(isslaughterdemon(M))
|
||||
var/list/antag_serialized = serialized.Copy()
|
||||
antag_serialized["antag"] = "Slaughter Demon"
|
||||
antagonists += list(antag_serialized)
|
||||
else
|
||||
misc += list(serialized)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user