mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
New Check (#11304)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// someone please just turn this into a structure
|
||||
/mob/living/silicon/decoy
|
||||
name = "AI"
|
||||
icon = 'icons/mob/AI.dmi'//
|
||||
@@ -5,12 +6,13 @@
|
||||
anchored = 1 // -- TLE
|
||||
canmove = 0
|
||||
|
||||
/mob/living/silicon/decoy/New()
|
||||
src.icon = 'icons/mob/AI.dmi'
|
||||
src.icon_state = "ai"
|
||||
src.anchored = 1
|
||||
src.canmove = 0
|
||||
|
||||
/mob/living/silicon/decoy/Initialize()
|
||||
. = ..()
|
||||
return INITIALIZE_HINT_NORMAL
|
||||
mob_list -= src
|
||||
living_mob_list -= src
|
||||
silicon_mob_list -= src
|
||||
icon = 'icons/mob/AI.dmi'
|
||||
icon_state = "ai"
|
||||
anchored = 1
|
||||
canmove = 0
|
||||
return INITIALIZE_HINT_NORMAL
|
||||
Reference in New Issue
Block a user