mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 05:02:42 +00:00
Hmm somehow flipped the close/open icon.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2896 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -67,9 +67,9 @@
|
|||||||
animate(animation)
|
animate(animation)
|
||||||
switch(animation)
|
switch(animation)
|
||||||
if("opening")
|
if("opening")
|
||||||
flick("door_closing", src)
|
|
||||||
if("closing")
|
|
||||||
flick("door_opening", src)
|
flick("door_opening", src)
|
||||||
|
if("closing")
|
||||||
|
flick("door_closing", src)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user