mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
-Missed some files.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4534 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1267,7 +1267,7 @@
|
|||||||
|
|
||||||
/obj/item/weapon/camera_bug/attack_self(mob/usr as mob)
|
/obj/item/weapon/camera_bug/attack_self(mob/usr as mob)
|
||||||
var/list/cameras = new/list()
|
var/list/cameras = new/list()
|
||||||
for (var/obj/machinery/camera/C in Cameras)
|
for (var/obj/machinery/camera/C in cameranet.cameras)
|
||||||
if (C.bugged && C.status)
|
if (C.bugged && C.status)
|
||||||
cameras.Add(C)
|
cameras.Add(C)
|
||||||
if (length(cameras) == 0)
|
if (length(cameras) == 0)
|
||||||
|
|||||||
@@ -564,7 +564,7 @@
|
|||||||
|
|
||||||
/mob/living/silicon/ai/proc/ai_statuschange()
|
/mob/living/silicon/ai/proc/ai_statuschange()
|
||||||
set category = "AI Commands"
|
set category = "AI Commands"
|
||||||
set name = "AI status"
|
set name = "AI Status"
|
||||||
|
|
||||||
if(usr.stat == 2)
|
if(usr.stat == 2)
|
||||||
usr <<"You cannot change your emotional status because you are dead!"
|
usr <<"You cannot change your emotional status because you are dead!"
|
||||||
|
|||||||
Reference in New Issue
Block a user