mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user