mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #722 from CHOMPStationBot/upstream-merge-9223
[MIRROR] [MIRROR] Fix blood from artifacts breaking the pathogenic isolator
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
var/mob/living/carbon/human/D = B.data["donor"]
|
||||
pathogen_pool.Add(list(list(\
|
||||
"name" = "[D.get_species()] [B.name]", \
|
||||
"name" = "[istype(D) ? "[D.get_species()] " : ""][B.name]", \
|
||||
"dna" = B.data["blood_DNA"], \
|
||||
"unique_id" = V.uniqueID, \
|
||||
"reference" = "\ref[V]", \
|
||||
|
||||
4
html/changelogs/Meghan Rossi - isolator fix.yml
Normal file
4
html/changelogs/Meghan Rossi - isolator fix.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Meghan-Rossi
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Blood from artifacts will no longer break the pathogenic isolator."
|
||||
Reference in New Issue
Block a user