mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-25 00:13:04 +00:00
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:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user