mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-26 21:46:51 +01:00
Merge pull request #6949 from PsiOmegaDelta/Runtime
Fixes server start runtime errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/obj/mecha/medical/New()
|
||||
/obj/mecha/medical/initialize()
|
||||
..()
|
||||
var/turf/T = get_turf(src)
|
||||
if(isPlayerLevel(T.z))
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
var/list/cargo = new
|
||||
var/cargo_capacity = 5
|
||||
|
||||
/obj/mecha/working/New()
|
||||
/obj/mecha/working/initialize()
|
||||
..()
|
||||
var/turf/T = get_turf(src)
|
||||
if(isPlayerLevel(T.z))
|
||||
|
||||
Reference in New Issue
Block a user