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:
Alberyk
2022-11-06 01:32:45 -03:00
committed by GitHub
parent dface79012
commit ab3f7e66fe
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -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"
+4
View File
@@ -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
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- bugfix: "Fixed the abyss icon."