removes feedback msg, fixes checks

This commit is contained in:
Iamgoofball
2015-03-31 20:13:09 -07:00
parent 3d61826a6a
commit 86a1c9927a
+1 -2
View File
@@ -86,8 +86,7 @@
m_type = 2
if ("flip")
if (!src.restrained() || src.resting || src.sleeping)
src << "<span class = 'notice'>You do a flip!</span>"
if (!src.restrained() || !src.resting || !src.sleeping)
src.SpinAnimation(7,1)
m_type = 2