mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Update mecha.dm
This commit is contained in:
@@ -100,12 +100,8 @@
|
||||
var/static/image/radial_image_lighttoggle = image(icon = 'icons/mob/radial.dmi', icon_state = "radial_light")
|
||||
var/static/image/radial_image_statpanel = image(icon = 'icons/mob/radial.dmi', icon_state = "radial_examine2")
|
||||
|
||||
<<<<<<< HEAD
|
||||
var/datum/mini_hud/mech/minihud
|
||||
|
||||
=======
|
||||
var/datum/mini_hud/mech/minihud //VOREStation Edit
|
||||
var/strafing = 0
|
||||
>>>>>>> cdbf339... Add straffing to mechs. This took my entire morning goddamnit. (#7306)
|
||||
|
||||
/obj/mecha/drain_power(var/drain_check)
|
||||
|
||||
@@ -2225,4 +2221,4 @@
|
||||
if(-INFINITY to 15)
|
||||
occupant.throw_alert("mech damage", /obj/screen/alert/low_mech_integrity, 3)
|
||||
else
|
||||
occupant.clear_alert("mech damage")
|
||||
occupant.clear_alert("mech damage")
|
||||
|
||||
Reference in New Issue
Block a user