Typo fix, "Lightning" -> "Lighting"
This commit is contained in:
@@ -3091,8 +3091,8 @@ void townmode_spec(short which_mode,special_node_type cur_node,short cur_spec_ty
|
||||
i = 30;
|
||||
}
|
||||
break;
|
||||
case SPEC_TOWN_CHANGE_LIGHTNING:
|
||||
if(spec.ex1a >= 0 && spec.ex1a < 4)//change town lightning
|
||||
case SPEC_TOWN_CHANGE_LIGHTING:
|
||||
if(spec.ex1a >= 0 && spec.ex1a < 4)//change town lighting
|
||||
c_town.town.lighting = spec.ex1a;
|
||||
set_up_lights();
|
||||
draw_terrain(0);
|
||||
|
@@ -829,7 +829,7 @@ enum eSpecNodeType {
|
||||
SPEC_TOWN_SPLIT_PARTY = 193,
|
||||
SPEC_TOWN_REUNITE_PARTY = 194,
|
||||
SPEC_TOWN_TIMER_START = 195,
|
||||
SPEC_TOWN_CHANGE_LIGHTNING = 196,//new (Classic Blades of Exile) special node
|
||||
SPEC_TOWN_CHANGE_LIGHTING = 196,//new (Classic Blades of Exile) special node
|
||||
SPEC_TOWN_CHANGE_ATTITUDE = 197,//new (Classic Blades of Exile) special node
|
||||
SPEC_RECT_PLACE_FIRE = 200,
|
||||
SPEC_RECT_PLACE_FORCE = 201,
|
||||
|
@@ -304,7 +304,7 @@ STRINGTABLE
|
||||
6794, "Split Party"
|
||||
6795, "Reunite Party"
|
||||
6796, "Start Town Timer"
|
||||
6797, "Change Town Lightning"
|
||||
6797, "Change Town Lighting"
|
||||
6798, "Change Creature Attitude"
|
||||
6799, "Unused"
|
||||
6800, "Unused"
|
||||
@@ -576,7 +576,7 @@ STRINGTABLE
|
||||
9194, "X coordinate to place lone PC at"
|
||||
9195, "0 - no sound, 1 - teleport sound"
|
||||
9196, "Number of moves until event"
|
||||
9197, "Lightning (0-Fully Lit, 3-Totally Dark)"
|
||||
9197, "Lighting (0-Fully Lit, 3-Totally Dark)"
|
||||
9198, "Number of the creature in current town"
|
||||
9201, "Top of rectangle"
|
||||
9202, "Top of rectangle"
|
||||
|
Reference in New Issue
Block a user