mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Buffs Air Vents to Baystation Standard
...this should probably be ported to Polaris but too lazy right now.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
desc = "Has a valve and pump attached to it"
|
desc = "Has a valve and pump attached to it"
|
||||||
use_power = 0
|
use_power = 0
|
||||||
idle_power_usage = 150 //internal circuitry, friction losses and stuff
|
idle_power_usage = 150 //internal circuitry, friction losses and stuff
|
||||||
power_rating = 7500 //7500 W ~ 10 HP
|
power_rating = 30000 //7500 W ~ 10 HP //VOREStation Edit - 30000 W
|
||||||
|
|
||||||
connect_types = CONNECT_TYPE_REGULAR|CONNECT_TYPE_SUPPLY //connects to regular and supply pipes
|
connect_types = CONNECT_TYPE_REGULAR|CONNECT_TYPE_SUPPLY //connects to regular and supply pipes
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
/obj/machinery/atmospherics/unary/vent_pump/high_volume
|
/obj/machinery/atmospherics/unary/vent_pump/high_volume
|
||||||
name = "Large Air Vent"
|
name = "Large Air Vent"
|
||||||
power_channel = EQUIP
|
power_channel = EQUIP
|
||||||
power_rating = 15000 //15 kW ~ 20 HP
|
power_rating = 45000 //15 kW ~ 20 HP //VOREStation Edit - 45000
|
||||||
|
|
||||||
/obj/machinery/atmospherics/unary/vent_pump/high_volume/New()
|
/obj/machinery/atmospherics/unary/vent_pump/high_volume/New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user