Kidan finally aren't completely nuked when masked (#22717)

This commit is contained in:
DGamerL
2023-10-12 17:13:34 +01:00
committed by GitHub
parent ebb7f54f0f
commit 1ec07eaf22
@@ -1101,10 +1101,12 @@
M.adjustToxLoss(damage)
if(iscarbon(M))
var/mob/living/carbon/C = M
var/damage = 1
if(!C.wear_mask) // If not wearing a mask
C.adjustToxLoss(2)
damage *= 2
if(iskidan(C)) //RIP
C.adjustToxLoss(18)
damage *= 10
C.adjustToxLoss(damage) // Kidan get 10 damage if they're wearing a mask, and 20 if they're not
/datum/reagent/capulettium
name = "Capulettium"