mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Diona Cult Manifestation Tweak (#8986)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/datum/species/proc/take_manifest_ghost_damage(var/mob/living/carbon/C)
|
||||
C.take_organ_damage(1, 0)
|
||||
return TRUE
|
||||
|
||||
/datum/species/diona/take_manifest_ghost_damage(mob/living/carbon/C)
|
||||
C.take_organ_damage(2, 0)
|
||||
C.adjustNutritionLoss(5)
|
||||
if(C.nutrition <= C.max_nutrition * 0.05)
|
||||
to_chat(C, SPAN_WARNING("We cannot support our summoned apparitions with our biomass any longer..."))
|
||||
return FALSE
|
||||
return TRUE
|
||||
Reference in New Issue
Block a user