mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user