mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 06:34:45 +01:00
Fixes Blob Zombies
This commit is contained in:
@@ -1371,6 +1371,19 @@ datum
|
||||
return
|
||||
|
||||
|
||||
spores
|
||||
name = "Spore Toxin"
|
||||
id = "spores"
|
||||
description = "A toxic spore cloud which blocks vision when ingested."
|
||||
color = "#9ACD32"
|
||||
|
||||
on_mob_life(var/mob/living/M as mob)
|
||||
M.adjustToxLoss(0.5)
|
||||
M.damageoverlaytemp = 60
|
||||
M.eye_blurry = max(M.eye_blurry, 3)
|
||||
..()
|
||||
return
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/*
|
||||
nanites
|
||||
|
||||
Reference in New Issue
Block a user