This commit is contained in:
kevinz000
2020-01-24 22:31:05 -07:00
parent fec5cf1362
commit 4376434e01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ SLIME SCANNER
if(M.has_dna())
var/mob/living/carbon/C = M
var/blood_typepath = C.get_blood_id()
if(blood_id)
if(blood_typepath)
if(ishuman(C))
if(H.bleed_rate)
msg += "<span class='danger'>Subject is bleeding!</span>\n"
+1 -1
View File
@@ -406,7 +406,7 @@
if(from.fingerprintshidden)
fingerprintshidden = from.fingerprintshidden.Copy()
if(from.fingerprintslast)
fingerprintslast = from.fingerprintslast.Copy()
fingerprintslast = from.fingerprintslast
/obj/item/stack/microwave_act(obj/machinery/microwave/M)
if(istype(M) && M.dirty < 100)