Quickfix.

This commit is contained in:
Segrain
2013-07-03 06:16:59 +03:00
parent 66265e2689
commit d14c2a515c
@@ -740,7 +740,7 @@
if (R.fields["id"] == E.fields["id"])
if(hasHUD(usr,"medical"))
var/t1 = copytext(sanitize(input("Add Comment:", "Med. records", null, null) as message),1,MAX_MESSAGE_LEN)
if ( !(t1) || src.stat || src.restrained() || !(hasHUD(usr,"medical")) )
if ( !(t1) || usr.stat || usr.restrained() || !(hasHUD(usr,"medical")) )
return
var/counter = 1
while(R.fields[text("com_[]", counter)])