mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Fix Hangar Locations
Forgot to increase numerically
This commit is contained in:
@@ -47,10 +47,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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user