mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-14 11:52:39 +00:00
Update symptoms.dm
This commit is contained in:
@@ -33,21 +33,6 @@
|
|||||||
var/list/S = SSdisease.list_symptoms
|
var/list/S = SSdisease.list_symptoms
|
||||||
for(var/i = 1; i <= S.len; i++)
|
for(var/i = 1; i <= S.len; i++)
|
||||||
if(type == S[i])
|
if(type == S[i])
|
||||||
<<<<<<< HEAD
|
|
||||||
id = "[i]"
|
|
||||||
return
|
|
||||||
CRASH("We couldn't assign an ID!")
|
|
||||||
|
|
||||||
// Called when processing of the advance disease, which holds this symptom, starts.
|
|
||||||
/datum/symptom/proc/Start(datum/disease/advance/A)
|
|
||||||
next_activation = world.time + rand(symptom_delay_min * 10, symptom_delay_max * 10) //so it doesn't instantly activate on infection
|
|
||||||
|
|
||||||
// Called when the advance disease is going to be deleted or when the advance disease stops processing.
|
|
||||||
/datum/symptom/proc/End(datum/disease/advance/A)
|
|
||||||
return
|
|
||||||
|
|
||||||
/datum/symptom/proc/Activate(datum/disease/advance/A)
|
|
||||||
=======
|
|
||||||
id = "[i]"
|
id = "[i]"
|
||||||
return
|
return
|
||||||
CRASH("We couldn't assign an ID!")
|
CRASH("We couldn't assign an ID!")
|
||||||
@@ -66,7 +51,6 @@
|
|||||||
return TRUE
|
return TRUE
|
||||||
|
|
||||||
/datum/symptom/proc/Activate(datum/disease/advance/A)
|
/datum/symptom/proc/Activate(datum/disease/advance/A)
|
||||||
>>>>>>> 1940af0... Fixes Start() of symptoms still working when neutered (#31435)
|
|
||||||
if(neutered)
|
if(neutered)
|
||||||
return FALSE
|
return FALSE
|
||||||
if(world.time < next_activation)
|
if(world.time < next_activation)
|
||||||
|
|||||||
Reference in New Issue
Block a user