Merge pull request #11406 from kevinz000/minimaps

Ports station minimaps from Yogstation thank you monster860 you are an epic gamer
This commit is contained in:
Ghom
2020-03-12 14:18:39 +01:00
committed by GitHub
7 changed files with 202 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
/client/verb/show_station_minimap()
set category = "OOC"
set name = "Show Station Minimap"
set desc = "Shows a minimap of the currently loaded station map."
if(!CONFIG_GET(flag/minimaps_enabled))
to_chat(usr, "<span class='boldwarning'>Minimap generation is not enabled in the server's configuration.</span>")
return
SSminimaps.station_minimap.show(src)