mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Merge remote-tracking branch 'origin/just-in-case'
# Conflicts: # code/game/objects/items/weapons/weaponry.dm Conflict clearance for vampire.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
compatible_mobs = list(/mob/living/carbon/human) //which types of mobs are affected by the spell. NOTE: change at your own risk
|
||||
|
||||
// TODO: Update to new antagonist system.
|
||||
var/list/protected_roles = list("Wizard","Changeling","Cultist") //which roles are immune to the spell
|
||||
var/list/protected_roles = list("Wizard","Changeling","Cultist", "Vampire") //which roles are immune to the spell
|
||||
var/msg_wait = 500 //how long in deciseconds it waits before telling that body doesn't feel right or mind swap robbed of a spell
|
||||
amt_paralysis = 20 //how much the victim is paralysed for after the spell
|
||||
|
||||
|
||||
Reference in New Issue
Block a user