mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Fixes itch symptom causing the infected to mlem (#11848)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2a06204091
commit
7ae47cf66d
@@ -47,7 +47,7 @@ BONUS
|
|||||||
if(A.resistance >= 5)
|
if(A.resistance >= 5)
|
||||||
power = 1.5
|
power = 1.5
|
||||||
|
|
||||||
/datum/symptom/itching/Activate(var/datum/disease/advance/A)
|
/datum/symptom/mlem/Activate(var/datum/disease/advance/A)
|
||||||
if(!..())
|
if(!..())
|
||||||
return
|
return
|
||||||
var/mob/living/M = A.affected_mob
|
var/mob/living/M = A.affected_mob
|
||||||
|
|||||||
Reference in New Issue
Block a user