mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-10 23:47:08 +01:00
Fixes two bugs. (#7716)
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
id = "sphere_body"
|
||||
build_path = /obj/item/mech_component/chassis/pod
|
||||
time = 50
|
||||
materials = list(MATERIAL_STEEL = 18000)
|
||||
materials = list(DEFAULT_WALL_MATERIAL = 18000)
|
||||
|
||||
/datum/design/item/mechfab/exosuit/hydraulic_clamp
|
||||
name = "hydraulic clamp"
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
desc = "A big metal pod painted in the colors of the Tau Ceti Foreign Legion."
|
||||
icon_state = "legion_pod"
|
||||
|
||||
/obj/vehicle/droppod/Initialize()
|
||||
. = ..()
|
||||
/obj/vehicle/droppod/MouseDrop(atom/over_object)
|
||||
return
|
||||
|
||||
/obj/vehicle/droppod/emag_act()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user