mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 00:47:31 +01:00
Revert "Adds k'ois contaminated phoron (1)" (#15719)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
return
|
||||
|
||||
if(stage < max_stage)
|
||||
stage_ticker += infection_speed
|
||||
stage_ticker += infection_speed
|
||||
|
||||
if(stage_ticker >= stage*stage_interval)
|
||||
stage = min(stage+1,max_stage)
|
||||
@@ -87,7 +87,7 @@
|
||||
set_light(1, l_color = "#E6E600")
|
||||
if(prob(10))
|
||||
to_chat(owner, "<span class='warning'>You feel something squirming inside of you!</span>")
|
||||
owner.reagents.add_reagent(/singleton/reagent/toxin/phoron/kois, 8)
|
||||
owner.reagents.add_reagent(/singleton/reagent/toxin/phoron, 8)
|
||||
owner.reagents.add_reagent(/singleton/reagent/kois, 5)
|
||||
|
||||
if(stage >= 4)
|
||||
@@ -99,7 +99,7 @@
|
||||
|
||||
var/datum/reagents/R = new/datum/reagents(100)
|
||||
R.add_reagent(/singleton/reagent/kois,10)
|
||||
R.add_reagent(/singleton/reagent/toxin/phoron/kois,10)
|
||||
R.add_reagent(/singleton/reagent/toxin/phoron,10)
|
||||
var/datum/effect/effect/system/smoke_spread/chem/spores/S = new("koisspore")
|
||||
|
||||
S.attach(T)
|
||||
|
||||
Reference in New Issue
Block a user