mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
removes feedback msg, fixes checks
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user