Fixed a few organ getter bugs.

This commit is contained in:
cib
2012-11-14 20:59:38 +01:00
parent 906014b179
commit 2b5d3cac39
3 changed files with 5 additions and 8 deletions

View File

@@ -174,7 +174,7 @@
src.timeofdeath = M.timeofdeath
var/datum/organ/external/S = M.organs[user.zone_sel.selecting]
var/datum/organ/external/S = M.get_organ(user.zone_sel.selecting)
if(!S)
usr << "<b>You can't scan this body part.</b>"
return