mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Diona nymphs eject from dionas if a species change occur (#19283)
* Give the little fellas a break * Hopefully non-dionas do not get nymphs * Update code/modules/mob/living/carbon/human/species/diona.dm Co-authored-by: Farie82 <farie82@users.noreply.github.com> Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
@@ -77,6 +77,9 @@
|
||||
. = ..()
|
||||
H.clear_alert("nolight")
|
||||
|
||||
for(var/mob/living/simple_animal/diona/N in H.contents) // Let nymphs wiggle out
|
||||
N.split()
|
||||
|
||||
/datum/species/diona/handle_reagents(mob/living/carbon/human/H, datum/reagent/R)
|
||||
if(R.id == "glyphosate" || R.id == "atrazine")
|
||||
H.adjustToxLoss(3) //Deal aditional damage
|
||||
|
||||
Reference in New Issue
Block a user