Changeset - b78f8872dcd7
[Not reviewed]
default
0 1 0
Silverwing - 7 years ago 2017-12-02 14:44:56

LFC
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_looking_for_clues.lua
Show inline comments
 
@@ -436,13 +436,13 @@ atl_lfc_dock_n = room {
 
	obj = {
 
        "atl_nd_crane";   
 
		"atl_lfc_boxes";
 
	};
 
};
 
 
atl_lfc_behind_boxes = obj {
 
atl_lfc_behind_boxes = room {
 
    nam = "Ящики";
 
    nosave = true;
 
    noautosave = true;
 
    dsc = [[Док хорошо просматривается из вашего укрытия. ]];
 
    way = {
 
        kh_vroom("Выйти из укрытия", function(s)
0 comments (0 inline, 0 general)