mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
-Added a check to see if you're on turf before trying to spread a disease to someone.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5023 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -291,7 +291,7 @@ var/list/archive_diseases = list()
|
||||
symptoms += S
|
||||
return
|
||||
|
||||
// Simply removes the symptom and refreshes.
|
||||
// Simply removes the symptom.
|
||||
/datum/disease/advance/proc/RemoveSymptom(var/datum/symptom/S)
|
||||
symptoms -= S
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user