mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Changed some descriptions up.
Fixed a bug where you could not draw blood from anything. This has been fixed! (It was throwing a runtime error related to the virus2 system) You can't draw blood from Metroids though because they have no blood. Fixed some silly typo. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1909 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -850,7 +850,7 @@
|
||||
return
|
||||
|
||||
if(ismob(target))//Blood!
|
||||
if(istype(src, /mob/living/carbon/metroid))
|
||||
if(istype(target, /mob/living/carbon/metroid))
|
||||
user << "\red You are unable to locate any blood."
|
||||
return
|
||||
if(src.reagents.has_reagent("blood"))
|
||||
@@ -881,7 +881,9 @@
|
||||
|
||||
B.data["viruses"] += new D.type
|
||||
|
||||
B.data["virus2"] = T.virus2.getcopy()
|
||||
if(B.data["virus2"])
|
||||
if(T.virus2)
|
||||
B.data["virus2"] = T.virus2.getcopy()
|
||||
|
||||
B.data["blood_DNA"] = copytext(T.dna.unique_enzymes,1,0)
|
||||
if(T.resistances&&T.resistances.len)
|
||||
|
||||
Reference in New Issue
Block a user