File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
code/modules/vampire_neu/covens/coven_powers Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 2222
2323/ datum / coven_power/ demonic/ sense_the_sin/ activate()
2424 . = .. ()
25- owner. physiology. burn_mod /= 100
2625 ADD_TRAIT (owner, TRAIT_NOFIRE , VAMPIRE_TRAIT )
2726 owner. color = " #884200"
2827
2928/ datum / coven_power/ demonic/ sense_the_sin/ deactivate()
3029 . = .. ()
3130 owner. color = initial(owner. color)
3231 REMOVE_TRAIT (owner, TRAIT_NOFIRE , VAMPIRE_TRAIT )
33- owner. physiology. burn_mod *= 100
3432
3533/ datum / coven_power/ demonic/ fear_of_the_void_below
3634 name = " Fear of the Void"
158156 icon_state = " claws"
159157 max_blade_int = 900
160158 max_integrity = 900
161- force = 6
159+ force = 11
162160 wdefense = 9
163161 armor_penetration = 100
164162 block_chance = 20
176174 item_flags = DROPDEL
177175 // masquerade_violating = TRUE
178176
179- / obj / item/ rogueweapon/ gangrel/ afterattack( atom / target, mob / living/ carbon/ user, proximity)
180- if (! proximity)
181- return
182- if (isliving(target))
183- var /mob /living/L = target
184- L. apply_damage(30 , BURN )
185- . = .. ()
You can’t perform that action at this time.
0 commit comments