mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] converts area booleans to flags (#9595)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Heroman3003
Kashargul
parent
7131e4602e
commit
893b4e2ac0
@@ -1,10 +1,8 @@
|
||||
/area/submap
|
||||
name = "Submap Area"
|
||||
icon_state = "submap"
|
||||
flags = RAD_SHIELDED
|
||||
flags = RAD_SHIELDED | AREA_FORBID_EVENTS | AREA_SECRET_NAME
|
||||
ambience = AMBIENCE_RUINS
|
||||
secret_name = TRUE
|
||||
forbid_events = TRUE
|
||||
flags = AREA_FLAG_IS_NOT_PERSISTENT
|
||||
|
||||
/area/submap/event //To be used for Events not for regular PoIs
|
||||
@@ -210,4 +208,4 @@
|
||||
|
||||
/area/submap/drgnplateu
|
||||
name = "POI - Dragon Plateu"
|
||||
ambience = AMBIENCE_SIF
|
||||
ambience = AMBIENCE_SIF
|
||||
|
||||
Reference in New Issue
Block a user