Loads-a-fixes for dev (#2515)

Fixes #2488 .
Fixes #2489 .
Fixes the bug of dying upon spawn.
Fixes new player recognition.
This commit is contained in:
skull132
2017-05-28 21:23:05 +03:00
committed by GitHub
parent 77521d0c7f
commit 11edd7e548
8 changed files with 26 additions and 18 deletions
@@ -24,6 +24,9 @@
if (R.module)
for (var/obj/item/weapon/tank/jetpack/J in R.module.modules)
return J
// Synthetic jetpacks don't install into modules. They go into contents.
for (var/obj/item/weapon/tank/jetpack/J in R.contents)
return J
return null