mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Adds an area flag to prevent turf destruction (#18399)
* point verdant can no longer be vented * exoplanet * check if area exists & adds flag to konyang ruins * Update code/game/turfs/simulated/floor_acts.dm Co-authored-by: Geeves <ggrobler447@gmail.com> Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/game/turfs/simulated/floor_attackby.dm Co-authored-by: Geeves <ggrobler447@gmail.com> Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> --------- Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: Geeves <ggrobler447@gmail.com>
This commit is contained in:
co-authored by
Geeves
Matt Atlas
parent
8474cc6d0c
commit
81ca3c4058
@@ -2,6 +2,7 @@
|
||||
name = "\improper Planetary surface"
|
||||
ambience = list('sound/effects/wind/wind_2_1.ogg','sound/effects/wind/wind_2_2.ogg','sound/effects/wind/wind_3_1.ogg','sound/effects/wind/wind_4_1.ogg','sound/effects/wind/wind_4_2.ogg','sound/effects/wind/wind_5_1.ogg')
|
||||
always_unpowered = 1
|
||||
area_flags = AREA_FLAG_INDESTRUCTIBLE_TURFS
|
||||
|
||||
/area/exoplanet/adhomai
|
||||
name = "Adhomian Wilderness"
|
||||
|
||||
Reference in New Issue
Block a user