mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
Fixes the abyss icons (#15024)
* Fixes the abyss icons * Update html/changelogs/alberyk-abyssicon.yml Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -3155,7 +3155,6 @@
|
||||
#include "maps\aurora\code\aurora_shuttles.dm"
|
||||
#include "maps\aurora\code\aurora_unittest.dm"
|
||||
#include "maps\away\away_sites.dm"
|
||||
#include "maps\away\generic\crashed_elyran_tanker\crashed_elyran_tanker.dm"
|
||||
#include "maps\away\generic\bigderelict.dm"
|
||||
#include "maps\away\generic\bunker.dm"
|
||||
#include "maps\away\generic\civilian_station.dm"
|
||||
@@ -3170,6 +3169,7 @@
|
||||
#include "maps\away\generic\tajara_safehouse.dm"
|
||||
#include "maps\away\generic\tajara_safehouse_ghostroles.dm"
|
||||
#include "maps\away\generic\wrecked_nt_ship.dm"
|
||||
#include "maps\away\generic\crashed_elyran_tanker\crashed_elyran_tanker.dm"
|
||||
#include "maps\away\magshield\magshield.dm"
|
||||
#include "maps\away\magshield\magshield_areas.dm"
|
||||
#include "maps\away\romanovich\first_aurora.dm"
|
||||
|
||||
@@ -12,6 +12,10 @@
|
||||
/obj/effect
|
||||
))
|
||||
|
||||
/turf/simulated/abyss/Initialize()
|
||||
. = ..()
|
||||
icon_state = "Fill"
|
||||
|
||||
/turf/simulated/abyss/Entered(atom/movable/AM, atom/oldloc)
|
||||
if(is_type_in_typecache(forbidden_types))
|
||||
return TRUE
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed the abyss icon."
|
||||
Reference in New Issue
Block a user