Finishes removal of old slimes, fixes maps.

This commit is contained in:
Neerti
2018-09-19 01:08:25 -04:00
parent 1b6ccdabf7
commit 8c952bf7a8
50 changed files with 680 additions and 564 deletions

View File

@@ -197,18 +197,19 @@ the artifact triggers the rage.
var/damage_per_tick = 5
/datum/modifier/fire/tick()
holder.adjustFireLoss(damage_per_tick)
holder.inflict_heat_damage(damage_per_tick)
// Applied when near something very cold.
// Reduces mobility, attack speed.
/datum/modifier/aura/chilled
/datum/modifier/chilled
name = "chilled"
desc = "You feel yourself freezing up. Its hard to move."
mob_overlay_state = "chilled"
on_created_text = "<span class='danger'>You feel like you're going to freeze! It's hard to move.</span>"
on_expired_text = "<span class='warning'>You feel somewhat warmer and more mobile now.</span>"
stacks = MODIFIER_STACK_EXTEND
slowdown = 2
evasion = -40