mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
Fix case sensitivity
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// This causes tether submap maps to get 'checked' and compiled, when undergoing a unit test.
|
||||
// This causes tether submap maps to get 'checked' and compiled, when undergoing a unit test.
|
||||
// This is so Travis can validate PoIs, and ensure future changes don't break PoIs, as PoIs are loaded at runtime and the compiler can't catch errors.
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@@ -501,4 +501,4 @@
|
||||
#include "om_ships/screebarge.dm"
|
||||
#include "om_ships/aro.dm"
|
||||
#include "om_ships/cruiser.dm"
|
||||
#include "om_ships/Vespa.dm"
|
||||
#include "om_ships/vespa.dm"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
// Compile in the map for CI testing if we're testing compileability of all the maps
|
||||
#if MAP_TEST
|
||||
#include "Vespa.dmm"
|
||||
#include "vespa.dmm"
|
||||
#endif
|
||||
|
||||
// Map template for spawning the shuttle
|
||||
/datum/map_template/om_ships/Vespa
|
||||
name = "OM Ship - Vespa (New Z)"
|
||||
desc = "The Vespa, a Hephaestus Industries vessel."
|
||||
mappath = 'Vespa.dmm'
|
||||
mappath = 'vespa.dmm'
|
||||
|
||||
// The shuttle's area(s)
|
||||
/area/ship/expe
|
||||
|
||||
Reference in New Issue
Block a user