mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Fixes medical item runtime and a line git ate
That line was pretty important, git. Why, git.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user