Changes the NT AI core to an SCC AI core. (#15528)

This commit is contained in:
Sparky
2023-01-09 17:22:18 +01:00
committed by GitHub
parent 69ad01907d
commit a3978dcdde
3 changed files with 11 additions and 0 deletions
@@ -123,6 +123,11 @@ var/list/datum/ai_icon/ai_icons
alive_icon = "ai-nanotrasen"
alive_light = "#000029"
/datum/ai_icon/scc
name = "SCC"
alive_icon = "ai-scc"
alive_light = "#000029"
/datum/ai_icon/rainbow
name = "Rainbow"
alive_icon = "ai-clown"
+6
View File
@@ -0,0 +1,6 @@
author: Sparky_hotdog
delete-after: True
changes:
- imageadd: "Replaced the NanoTrasen logo AI core sprite with an SCC logo version."
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 KiB

After

Width:  |  Height:  |  Size: 351 KiB