mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 23:13:06 +00:00
Spell Fixes
This commit is contained in:
committed by
CHOMPStation2
parent
1cffb3f0e7
commit
db38ed93c0
@@ -2,7 +2,7 @@
|
||||
/datum/blob_type/fabrication_swarm
|
||||
name = "iron tide"
|
||||
desc = "A swarm of self replicating construction nanites. Incredibly illegal, but only mildly dangerous."
|
||||
effect_desc = "Slow-spreading, but incredibly resiliant. It has a chance to harden itself against attacks automatically for no resource cost, and uses cheaply-constructed hivebots as soldiers."
|
||||
effect_desc = "Slow-spreading, but incredibly resilient. It has a chance to harden itself against attacks automatically for no resource cost, and uses cheaply-constructed hivebots as soldiers."
|
||||
ai_desc = "defensive"
|
||||
difficulty = BLOB_DIFFICULTY_MEDIUM // Emitters are okay, EMP is great.
|
||||
color = "#666666"
|
||||
@@ -41,4 +41,4 @@
|
||||
if(L.stat != DEAD && L.isSynthetic())
|
||||
L.adjustBruteLoss(-1)
|
||||
L.adjustFireLoss(-1)
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user