Fixes medical item runtime and a line git ate

That line was pretty important, git. Why, git.
This commit is contained in:
Krausus
2015-05-14 07:23:26 -04:00
parent a45bf57247
commit 6b4d8ec0b3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
if(!M.can_inject(user, 1))
return 1
if(affecting.status & ORGAN_ROBOT)
if(affecting && (affecting.status & ORGAN_ROBOT))
user << "<span class='danger'>This can't be used on a robotic limb.</span>"
return 1