Baymerge fixes and custom items tweaks (#1515)

-fix missing bottles sprites
-fix some things related to custom items sprites and desc
-fix missing syndicate cyborg
-add delay to repairing robotic limbs and using first aid items
-allows sprints to be applied to hands and feet
-nanopaste can be used on robotic limbs, not only surgery
-fix #1512
-fix cargo maglocks beind centcom ones
-fix hardsuit vision restrictions not working as intended
-fix webbing being able to hold medium items
This commit is contained in:
Alberyk
2017-01-11 23:01:43 +02:00
committed by skull132
parent 64df4907df
commit 37f8366b62
19 changed files with 81 additions and 64 deletions
+4 -1
View File
@@ -720,7 +720,10 @@ var/list/global/random_stock_large = list(
if (prob(30))
new /obj/item/clothing/suit/straight_jacket(L)
if ("maglock")
new /obj/item/device/magnetic_lock(L)
if (prob(50))
new /obj/item/device/magnetic_lock/engineering(L)
else
new /obj/item/device/magnetic_lock/security(L)
if ("luminol")
new /obj/item/weapon/reagent_containers/spray/luminol(L)
if ("cleaning")