Fix Hangar Locations

Forgot to increase numerically
This commit is contained in:
Razgriz
2020-07-16 20:03:28 -07:00
committed by GitHub
parent 07210cc0df
commit 1f1bd87509

View File

@@ -47,10 +47,10 @@
if(LOC_HANGAR1)
spawn_area_type = /area/hangar/one
locstring = "the hangar deck"
if(LOC_HANGAR1)
if(LOC_HANGAR2)
spawn_area_type = /area/hangar/two
locstring = "the hangar deck"
if(LOC_HANGAR1)
if(LOC_HANGAR3)
spawn_area_type = /area/hangar/three
locstring = "the hangar deck"