Fixes two bugs. (#7716)

This commit is contained in:
Alberyk
2019-12-18 04:11:44 -03:00
committed by Werner
parent 535e166735
commit ca10240885
3 changed files with 10 additions and 3 deletions
@@ -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"
+2 -2
View File
@@ -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