mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Tiny ikkle runtime fix for applying xenoblood to the floor. Cause: var/blood_DNA was not being initialised as a list.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3931 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -119,6 +119,7 @@
|
||||
icon_state = "xfloor1"
|
||||
random_icon_states = list("xfloor1", "xfloor2", "xfloor3", "xfloor4", "xfloor5", "xfloor6", "xfloor7")
|
||||
var/list/viruses = list()
|
||||
blood_DNA = list()
|
||||
|
||||
Del()
|
||||
for(var/datum/disease/D in viruses)
|
||||
|
||||
Reference in New Issue
Block a user