guys, the medical analyzer upgrade, go get it

This commit is contained in:
Iamgoofball
2015-03-24 18:44:39 -07:00
parent 015c9d4a11
commit 617f2b8aec
+2 -1
View File
@@ -189,7 +189,8 @@ REAGENT SCANNER
OX = fake_oxy > 50 ? "\red Severe oxygen deprivation detected\blue" : "Subject bloodstream oxygen level normal"
user.show_message("[OX] | [TX] | [BU] | [BR]")
if (istype(M, /mob/living/carbon))
chemscan(user, M)
if(upgraded)
chemscan(user, M)
if(M:virus2.len) // WHAT IS TYPECASTING
var/mob/living/carbon/C = M
for (var/ID in C.virus2)