mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Singularity now wont leave floor under eaten walls.
Cryo wont spit out beaker. Fixed message "You don't have the dexterity to do this" for machinery. PIPES: - Heat exchange pipes are constructable now. - Insulated pipes also were added to pipe dispenser; - And meters too; - Easy pipe rotating in hands; - bent pipes actually looks bent under construction (may be glitches, please report); - pipes now wont cover wires; - pipes unwrenching now possible; - large vent pumps now uses power as equipment, not environment - pumps now uses power; Air alarm improvements: - all alarms in area controls all environment machines in area; - machines initializes itself automatically and without interloping with existing ones; - air alarms wont duplicates it air monitoring and can clear itself; Some other typos and small issues were fixed. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@816 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -449,7 +449,7 @@
|
||||
cell.updateicon()
|
||||
|
||||
src.cell = null
|
||||
user.visible_message("\red [user.name] remove the power cell from [src.name]!", "You remove the power cell.")
|
||||
user.visible_message("\red [user.name] removes the power cell from [src.name]!", "You remove the power cell.")
|
||||
//user << "You remove the power cell."
|
||||
charging = 0
|
||||
src.updateicon()
|
||||
@@ -457,6 +457,7 @@
|
||||
else
|
||||
if(stat & (BROKEN|MAINT)) return
|
||||
// do APC interaction
|
||||
user.machine = src
|
||||
src.interact(user)
|
||||
|
||||
|
||||
@@ -478,7 +479,6 @@
|
||||
user << browse(null, "window=apc")
|
||||
return
|
||||
if(wiresexposed && (!istype(user, /mob/living/silicon)))
|
||||
user.machine = src
|
||||
var/t1 = text("<html><head><title>[area.name] APC wires</title></head><body><B>Access Panel</B><br>\n")
|
||||
var/list/apcwires = list(
|
||||
"Orange" = 1,
|
||||
|
||||
Reference in New Issue
Block a user