mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Lazylists some /mob and /living stuff (#52750)
* lazy * Apply suggestions from code review Co-authored-by: Rohesie <rohesie@gmail.com> Co-authored-by: TiviPlus <TiviPlus> Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
co-authored by
Rohesie
TiviPlus <TiviPlus>
parent
923c0529eb
commit
8d72c64910
@@ -244,7 +244,7 @@
|
||||
//keep viruses?
|
||||
if (tr_flags & TR_KEEPVIRUS)
|
||||
O.diseases = diseases
|
||||
diseases = list()
|
||||
diseases = null //null the old diseases, bye bye!
|
||||
for(var/thing in O.diseases)
|
||||
var/datum/disease/D = thing
|
||||
D.affected_mob = O
|
||||
|
||||
Reference in New Issue
Block a user