mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Fixed a few more bugs with genetic side effects.
This commit is contained in:
@@ -1068,9 +1068,9 @@
|
||||
|
||||
New()
|
||||
..()
|
||||
info = ""
|
||||
for(var/tp in typesof(/datum/genetics/side_effect) - /datum/genetics/side_effect)
|
||||
var/datum/genetics/side_effect/S = new tp
|
||||
info = ""
|
||||
info += "<B>Name:</B>\t [S.name]<BR>"
|
||||
info += "<B>Symptom:</B>\t [S.symptom]<BR>"
|
||||
info += "<B>Treatment:</B>\t [S.treatment]<BR>"
|
||||
|
||||
Reference in New Issue
Block a user