mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Committing for Numbers.
- Readded Volume Pumps - now they work as intended and are constructable - Readded Passive Gates - now they work as intended and are constructable - Readded Heat Exchangers - now they work as intended and are constructable - Added Heater - to warm up gasses to 300C - Adjusted volumes on big tanks and portable pumps to 2000 and 1200 respectably - Pipe dispensers can produce the readded pieces. - Pipe construction code updated to compesate for the new items - New graphics for all of the above - courtesy by Ausops. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4785 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -26,12 +26,6 @@ obj/machinery/atmospherics/binary/pump
|
||||
var/id = null
|
||||
var/datum/radio_frequency/radio_connection
|
||||
|
||||
/*
|
||||
attack_hand(mob/user)
|
||||
on = !on
|
||||
update_icon()
|
||||
*/
|
||||
|
||||
update_icon()
|
||||
if(node1&&node2)
|
||||
icon_state = "intact_[on?("on"):("off")]"
|
||||
|
||||
Reference in New Issue
Block a user