Update choking.dm
This commit is contained in:
@@ -32,12 +32,8 @@ Bonus
|
|||||||
<b>Stealth 4:</b> The symptom remains hidden until active."
|
<b>Stealth 4:</b> The symptom remains hidden until active."
|
||||||
|
|
||||||
/datum/symptom/choking/Start(datum/disease/advance/A)
|
/datum/symptom/choking/Start(datum/disease/advance/A)
|
||||||
<<<<<<< HEAD
|
|
||||||
..()
|
|
||||||
=======
|
|
||||||
if(!..())
|
if(!..())
|
||||||
return
|
return
|
||||||
>>>>>>> 1940af0... Fixes Start() of symptoms still working when neutered (#31435)
|
|
||||||
if(A.properties["stage_rate"] >= 8)
|
if(A.properties["stage_rate"] >= 8)
|
||||||
symptom_delay_min = 7
|
symptom_delay_min = 7
|
||||||
symptom_delay_max = 24
|
symptom_delay_max = 24
|
||||||
@@ -105,12 +101,8 @@ Bonus
|
|||||||
var/paralysis = FALSE
|
var/paralysis = FALSE
|
||||||
|
|
||||||
/datum/symptom/asphyxiation/Start(datum/disease/advance/A)
|
/datum/symptom/asphyxiation/Start(datum/disease/advance/A)
|
||||||
<<<<<<< HEAD
|
|
||||||
..()
|
|
||||||
=======
|
|
||||||
if(!..())
|
if(!..())
|
||||||
return
|
return
|
||||||
>>>>>>> 1940af0... Fixes Start() of symptoms still working when neutered (#31435)
|
|
||||||
if(A.properties["stage_rate"] >= 8)
|
if(A.properties["stage_rate"] >= 8)
|
||||||
paralysis = TRUE
|
paralysis = TRUE
|
||||||
if(A.properties["transmission"] >= 8)
|
if(A.properties["transmission"] >= 8)
|
||||||
|
|||||||
Reference in New Issue
Block a user