Merge branch 'Bleeding-Edge' into say_code_rework

Conflicts:
	code/modules/mob/living/living.dm
This commit is contained in:
Chris
2015-01-14 11:46:58 -06:00
parent 21b16ad911
commit fbbf14ed1d
76 changed files with 1440 additions and 1822 deletions

View File

@@ -248,7 +248,7 @@
module_sprites["Securitron"] = "securitron"
module_sprites["Marina-SC"] = "marinaSC"
src << "<span class='warning'><big><b>Just a reminder, by default you do not follow space law, you follow your lawset</b></big></span>"
speed = -1
speed = 0
if("Engineering")
module = new /obj/item/weapon/robot_module/engineering(src)
@@ -283,7 +283,7 @@
module_sprites["Marina-CB"] = "marinaCB"
module_sprites["Squadbot"] = "squats"
channels = list("Security" = 1)
speed = -2
speed = -1
//Custom_sprite check and entry
if (custom_sprite == 1)