mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
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:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user