mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] fix missing naming (#10098)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
aa512aaa19
commit
2897b070fa
@@ -8,7 +8,7 @@
|
|||||||
icon_state = "red"
|
icon_state = "red"
|
||||||
item_state_slots = list(slot_r_hand_str = "toolbox_red", slot_l_hand_str = "toolbox_red")
|
item_state_slots = list(slot_r_hand_str = "toolbox_red", slot_l_hand_str = "toolbox_red")
|
||||||
center_of_mass_x = 16
|
center_of_mass_x = 16
|
||||||
center_of_mass_y = 11
|
center_of_mass_y= 11
|
||||||
force = 10
|
force = 10
|
||||||
throwforce = 10
|
throwforce = 10
|
||||||
throw_speed = 1
|
throw_speed = 1
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
return INITIALIZE_HINT_LATELOAD
|
return INITIALIZE_HINT_LATELOAD
|
||||||
|
|
||||||
/obj/turbolift_map_holder/LateInitialize()
|
/obj/turbolift_map_holder/LateInitialize()
|
||||||
..()
|
. = ..()
|
||||||
// Create our system controller.
|
// Create our system controller.
|
||||||
var/datum/turbolift/lift = new()
|
var/datum/turbolift/lift = new()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user