mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Changes the NT AI core to an SCC AI core. (#15528)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Sparky_hotdog
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- imageadd: "Replaced the NanoTrasen logo AI core sprite with an SCC logo version."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 347 KiB After Width: | Height: | Size: 351 KiB |
Reference in New Issue
Block a user