Changeset - 3257c0f08647
[Not reviewed]
default
0 2 0
Silverwing - 6 years ago 2017-12-23 21:27:03

lfc and iof fix
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_ignis_on_fire.lua
Show inline comments
 
@@ -638,6 +638,7 @@ atl_iof_outside = room {
 
    noautosave = true;   
 
	entered = function(s)
 
        remove(char_learr_faint, pl);
 
        lifeoff(char_learr_faint);
 
		lifeoff(atl_iof_time_state);
 
		if (have(char_learr_faint)) then
 
			if (atl_iof_time_state.wright_here) then
atlantis_looking_for_clues.lua
Show inline comments
 
@@ -423,7 +423,7 @@ atl_lfc_dock_w = room {
 
		kh_vroom("К северной стене", "atl_lfc_dock_n");
 
		kh_vroom("К южной стене", "atl_lfc_dock_s");
 
		kh_vroom("На мостик", "atl_lfc_bridge_w");
 
		kh_vroom("К пульту управления", "atl_lfc_control");
 
		kh_vroom("К пульту управления", "atl_lfc_crane_control");
 
	};
 
    obj = {
 
        "atl_nd_crane";
0 comments (0 inline, 0 general)