mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-11 01:51:51 +00:00
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2312 316c924e-a436-60f5-8080-3fe189b3f50e
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
/mob/living/silicon/robot/Process_Spacemove()
|
|
if(module)
|
|
for(var/obj/item/weapon/tank/jetpack/J in module.modules)
|
|
if(J && istype(J, /obj/item/weapon/tank/jetpack))
|
|
if(J.allow_thrust(0.01)) return 1
|
|
if(..()) return 1
|
|
return 0
|