Runtime fix for trying to set the mental status of a person without medical record to "stable". I'm pretty sure it was a typo.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5505 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
aranclanos@hotmail.com
2013-01-09 21:22:06 +00:00
parent daae5b6a9d
commit 4cfb6d7d4e

View File

@@ -298,7 +298,7 @@
if("watch")
src.active1.fields["m_stat"] = "*Watch*"
if("stable")
src.active2.fields["m_stat"] = "Stable"
src.active1.fields["m_stat"] = "Stable"
if (href_list["b_type"])