Fix hangar locations

Forgot to increase numerically
This commit is contained in:
Razgriz
2020-07-16 20:04:31 -07:00
committed by GitHub
parent 1f1bd87509
commit da44a8bf0b

View File

@@ -50,10 +50,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"
if(LOC_VAULT)