mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
- Fixes issue 984. Clicking the internals button will now attempt to equip your internals even when you are buckled. It will not succeed if you are buckled and restrained tho, not that you could hold anything in that state...
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4797 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -317,7 +317,7 @@
|
|||||||
if("Reset Machine")
|
if("Reset Machine")
|
||||||
usr.machine = null
|
usr.machine = null
|
||||||
if("internal")
|
if("internal")
|
||||||
if ((!( usr.stat ) && usr.canmove && !( usr.restrained() )))
|
if (( !usr.stat && !usr.stunned && !usr.paralysis && !usr.restrained() ))
|
||||||
if (usr.internal)
|
if (usr.internal)
|
||||||
usr.internal = null
|
usr.internal = null
|
||||||
usr << "\blue No longer running on internals."
|
usr << "\blue No longer running on internals."
|
||||||
|
|||||||
Reference in New Issue
Block a user