mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Committed for Petethegoat. See Issue 136 for details. Basically it's just a sleeper fix.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1838 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -347,6 +347,10 @@
|
|||||||
|
|
||||||
if (usr.stat != 0)
|
if (usr.stat != 0)
|
||||||
return
|
return
|
||||||
|
if(orient == "RIGHT")
|
||||||
|
icon_state = "sleeper_0-r"
|
||||||
|
src.icon_state = "sleeper_0"
|
||||||
|
|
||||||
src.go_out()
|
src.go_out()
|
||||||
add_fingerprint(usr)
|
add_fingerprint(usr)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user