mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fix hangar locations
Forgot to increase numerically
This commit is contained in:
@@ -50,10 +50,10 @@
|
|||||||
if(LOC_HANGAR1)
|
if(LOC_HANGAR1)
|
||||||
spawn_area_type = /area/hangar/one
|
spawn_area_type = /area/hangar/one
|
||||||
locstring = "the hangar deck"
|
locstring = "the hangar deck"
|
||||||
if(LOC_HANGAR1)
|
if(LOC_HANGAR2)
|
||||||
spawn_area_type = /area/hangar/two
|
spawn_area_type = /area/hangar/two
|
||||||
locstring = "the hangar deck"
|
locstring = "the hangar deck"
|
||||||
if(LOC_HANGAR1)
|
if(LOC_HANGAR3)
|
||||||
spawn_area_type = /area/hangar/three
|
spawn_area_type = /area/hangar/three
|
||||||
locstring = "the hangar deck"
|
locstring = "the hangar deck"
|
||||||
if(LOC_VAULT)
|
if(LOC_VAULT)
|
||||||
|
|||||||
Reference in New Issue
Block a user