mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
@@ -119,14 +119,14 @@
|
|||||||
m_type = 1
|
m_type = 1
|
||||||
if ("flap")
|
if ("flap")
|
||||||
if (!src.restrained())
|
if (!src.restrained())
|
||||||
message = "<B>[src]</B> flaps his wings."
|
message = "<B>[src]</B> flaps \his wings."
|
||||||
m_type = 2
|
m_type = 2
|
||||||
if(miming)
|
if(miming)
|
||||||
m_type = 1
|
m_type = 1
|
||||||
|
|
||||||
if ("aflap")
|
if ("aflap")
|
||||||
if (!src.restrained())
|
if (!src.restrained())
|
||||||
message = "<B>[src]</B> flaps his wings ANGRILY!"
|
message = "<B>[src]</B> flaps \his wings ANGRILY!"
|
||||||
m_type = 2
|
m_type = 2
|
||||||
if(miming)
|
if(miming)
|
||||||
m_type = 1
|
m_type = 1
|
||||||
@@ -618,4 +618,4 @@
|
|||||||
HTML += "<hr />"
|
HTML += "<hr />"
|
||||||
HTML +="<a href='?src=\ref[src];flavor_change=done'>\[Done\]</a>"
|
HTML +="<a href='?src=\ref[src];flavor_change=done'>\[Done\]</a>"
|
||||||
HTML += "<tt>"
|
HTML += "<tt>"
|
||||||
src << browse(HTML, "window=flavor_changes;size=430x300")
|
src << browse(HTML, "window=flavor_changes;size=430x300")
|
||||||
|
|||||||
Reference in New Issue
Block a user