Merge pull request #2065 from Markolie/lawstate

Fixes
This commit is contained in:
Fox-McCloud
2015-09-15 17:42:34 -04:00
5 changed files with 7 additions and 1 deletions
@@ -365,6 +365,9 @@
return MT_UPDATE
return ..()
/obj/machinery/atmospherics/unary/vent_scrubber/can_crawl_through()
return !welded
/obj/machinery/atmospherics/unary/vent_scrubber/attackby(var/obj/item/weapon/W as obj, var/mob/user as mob, params)
if(istype(W, /obj/item/weapon/weldingtool))
@@ -137,4 +137,4 @@
name = "AI Integrated Encryption Key"
desc = "Integrated encryption key"
icon_state = "cap_cypherkey"
channels = list("Command" = 1, "Security" = 1, "Engineering" = 1, "Science" = 1, "Medical" = 1, "Supply" = 1, "Service" = 1)
channels = list("Command" = 1, "Security" = 1, "Engineering" = 1, "Science" = 1, "Medical" = 1, "Supply" = 1, "Service" = 1, "AI Private" = 1)
+2
View File
@@ -130,6 +130,8 @@ var/list/ai_verbs_default = list(
aiRadio = new(src)
common_radio = aiRadio
aiRadio.myAi = src
additional_law_channels += "Binary"
additional_law_channels += "Holopad"
aiCamera = new/obj/item/device/camera/siliconcam/ai_camera(src)
@@ -152,6 +152,7 @@ var/list/robot_verbs_default = list(
/mob/living/silicon/robot/proc/init(var/alien=0)
aiCamera = new/obj/item/device/camera/siliconcam/robot_camera(src)
make_laws()
additional_law_channels += "Binary"
var/new_ai = select_active_ai_with_fewest_borgs()
if(new_ai)
lawupdate = 1
Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 28 KiB