Makes shiny versions of lavaland monsters slightly more distinct (#30502)

* Makes shiny versions of lavaland monsters slightly more distinct

* classic

* lower drop

* tweak drops

* this is kind of absurd
This commit is contained in:
Joan Lung
2017-09-11 20:54:55 -05:00
committed by CitadelStationBot
parent a2ead1b017
commit 2dc3868949
13 changed files with 201 additions and 79 deletions
+5
View File
@@ -99,6 +99,11 @@
K = apply_status_effect(STATUS_EFFECT_KNOCKDOWN, amount, updating)
return K
///////////////////////////////// FROZEN /////////////////////////////////////
/mob/living/proc/IsFrozen()
return has_status_effect(/datum/status_effect/freon)
///////////////////////////////////// STUN ABSORPTION /////////////////////////////////////
/mob/living/proc/add_stun_absorption(key, duration, priority, message, self_message, examine_message)