mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-25 21:56:15 +01:00
No AI's Float
This commit is contained in:
@@ -9,4 +9,7 @@
|
||||
src.icon = 'icons/mob/AI.dmi'
|
||||
src.icon_state = "ai"
|
||||
src.anchored = 1
|
||||
src.canmove = 0
|
||||
src.canmove = 0
|
||||
|
||||
/mob/living/silicon/decoy/float(var/on)
|
||||
return //No, just no floating for these - SoundScopes
|
||||
@@ -236,6 +236,10 @@
|
||||
src.unset_machine()
|
||||
src:cameraFollow = null
|
||||
|
||||
|
||||
/mob/living/silicon/pai/float(var/on) //No, just no floating for these - SoundScopes
|
||||
return
|
||||
|
||||
//Addition by Mord_Sith to define AI's network change ability
|
||||
/*
|
||||
/mob/living/silicon/pai/proc/pai_network_change()
|
||||
|
||||
Reference in New Issue
Block a user