mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Map Conflict Fixing Helper (#22421)
* Trimmed down map_merge function to be simpler and straightforward, no more recycling keys; New function get_key, looks up a dict key by abusing python; New function key_int_value, converts a base 52 key to a base 10 integer value; Map helper functions are no longer dependent on global values; Reorganized map_helpers.py; * Added Map Conflict Fixer Helper; Changed parse_map function to accept a map's raw text instead of a file path; Tweaked some map merger code; * Map Conflict Fixer readme.md entry completed readme.md more Removed debug code
This commit is contained in:
@@ -45,6 +45,12 @@ var/list/admin_verbs_debug_mapping = list(
|
||||
/client/proc/manipulate_organs
|
||||
)
|
||||
|
||||
/obj/effect/debugging/mapfix_marker
|
||||
name = "map fix marker"
|
||||
icon = 'icons/mob/screen_gen.dmi'
|
||||
icon_state = "mapfixmarker"
|
||||
desc = "I am a mappers mistake."
|
||||
|
||||
/obj/effect/debugging/marker
|
||||
icon = 'icons/turf/areas.dmi'
|
||||
icon_state = "yellow"
|
||||
|
||||
Reference in New Issue
Block a user