codethings

This commit is contained in:
Alberyk
2021-08-27 00:49:01 -03:00
parent bf380ca82d
commit 056b865be7
5 changed files with 30 additions and 18 deletions
@@ -73,14 +73,14 @@
var/next_on
var/blockage
/obj/machinery/atmospherics/unary/engine/placeholder
name = "placeholder thruster"
icon = 'icons/atmos/placeholder_engine.dmi'
/obj/machinery/atmospherics/unary/engine/scc_ship_engine
name = "ship thruster"
icon = 'icons/atmos/scc_ship_engine.dmi'
icon_state = "engine_0"
opacity = FALSE
pixel_x = -64
/obj/machinery/atmospherics/unary/engine/placeholder/check_blockage()
/obj/machinery/atmospherics/unary/engine/scc_ship_engine/check_blockage()
return 0
/obj/machinery/atmospherics/unary/engine/CanPass(atom/movable/mover, turf/target, height=0, air_group=0)