No AI's Float

This commit is contained in:
SoundScopes
2014-08-19 01:37:28 +01:00
parent dd8d7a0f82
commit 8b7b813e54
2 changed files with 8 additions and 1 deletions
@@ -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()