Fixed a bug with naming mechas empty names.

Fixed some bug with the pipe systems. You could get stuck in a certain pipe segment when you flushed yourself down the disposals.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1942 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-28 19:13:39 +00:00
parent b0e69dcd99
commit 41ce85d8ff
2 changed files with 4850 additions and 4845 deletions
+5 -1
View File
@@ -1146,7 +1146,11 @@
onclose(occupant, "exosuit_log")
return
if (href_list["change_name"])
name = strip_html_simple(input(occupant,"Choose new exosuit name","Rename exosuit",initial(name)))
var/newname = strip_html_simple(input(occupant,"Choose new exosuit name","Rename exosuit",initial(name)))
if(newname)
name = newname
else
alert(occupant, "nope.avi")
return
if (href_list["repair_int_control_lost"])
src.occupant_message("Recalibrating coordination system.")
+4845 -4844
View File
File diff suppressed because it is too large Load Diff