mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
Update caloritegolem.dm
This commit is contained in:
@@ -128,12 +128,12 @@ var/charges = 3
|
||||
L.adjustFireLoss(-3)
|
||||
L.adjustToxLoss(-3, forced = TRUE) //Because Slime People are people too
|
||||
L.adjustOxyLoss(-3)
|
||||
L.adjustStaminaLoss(-3)
|
||||
L.adjustOrganLoss(ORGAN_SLOT_BRAIN, -3)
|
||||
// L.adjustStaminaLoss(-3)
|
||||
// L.adjustOrganLoss(ORGAN_SLOT_BRAIN, -3)
|
||||
L.adjustCloneLoss(-1) //Becasue apparently clone damage is the bastion of all health
|
||||
else if(issilicon(L))
|
||||
L.adjustBruteLoss(-3)
|
||||
L.adjustFireLoss(-3)
|
||||
// else if(issilicon(L))
|
||||
// L.adjustBruteLoss(-3)
|
||||
// L.adjustFireLoss(-3)
|
||||
else if(isanimal(L))
|
||||
var/mob/living/simple_animal/SM = L
|
||||
SM.adjustHealth(-3, forced = TRUE)
|
||||
|
||||
Reference in New Issue
Block a user