Skip to content

Commit

Permalink
Adding default name to fantasy area.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Jan 15, 2025
1 parent ccb4a47 commit f263cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/area/areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var/global/list/areas = list()
..()

/area/Initialize()
if(additional_fishing_results)
if(LAZYLEN(additional_fishing_results))
LAZYINITLIST(fishing_results)
for(var/fish in additional_fishing_results)
fishing_results[fish] = additional_fishing_results[fish]
Expand Down
1 change: 1 addition & 0 deletions mods/content/fantasy/submaps/_submaps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
ambience = list()

/area/fantasy/outside
name = "\improper Wilderness"
abstract_type = /area/fantasy/outside
color = COLOR_GREEN
is_outside = OUTSIDE_YES
Expand Down

0 comments on commit f263cdf

Please sign in to comment.