mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Makes black kois less lethal (#5972)
At the request of the vaurca writer, makes black kois faster and less lethal.
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
|
||||
parent_organ = "head"
|
||||
var/removed_langs = 0
|
||||
stage_interval = 200
|
||||
stage_interval = 150
|
||||
|
||||
/obj/item/organ/parasite/blackkois/process()
|
||||
..()
|
||||
@@ -143,7 +143,6 @@
|
||||
|
||||
if(prob(5))
|
||||
owner << "<span class='warning'>You feel something squirming inside of you!</span>"
|
||||
owner.reagents.add_reagent("phoron", 6)
|
||||
owner.reagents.add_reagent("blackkois", 4)
|
||||
|
||||
else if(prob(10))
|
||||
@@ -187,7 +186,7 @@
|
||||
|
||||
var/datum/reagents/R = new/datum/reagents(100)
|
||||
R.add_reagent("blackkois",10)
|
||||
R.add_reagent("phoron",10)
|
||||
R.add_reagent("phoron",5)
|
||||
var/datum/effect/effect/system/smoke_spread/chem/spores/S = new("blackkois")
|
||||
|
||||
S.attach(T)
|
||||
|
||||
Reference in New Issue
Block a user