podmen fix

This commit is contained in:
Fox-McCloud
2017-01-23 08:05:55 -05:00
parent 3e87bd3370
commit 4f72f89ad8
3 changed files with 12 additions and 3 deletions
@@ -18,7 +18,6 @@
var/datum/mind/mind = null
var/blood_gender = null
var/blood_type = null
var/list/features = null
var/factions = null
var/contains_sample = 0
@@ -32,7 +31,6 @@
realName = bloodSample.data["real_name"]
blood_gender = bloodSample.data["gender"]
blood_type = bloodSample.data["blood_type"]
features = bloodSample.data["features"]
factions = bloodSample.data["factions"]
W.reagents.clear_reagents()
to_chat(user, "<span class='notice'>You inject the contents of the syringe into the seeds.</span>")