mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Medical, borg and misc tweaks (#714)
tweak: "Tweaked surgeon cyborg modules: Added chemistry gripper, removed fire extinguisher, and added soporific to their hypospray." tweak: "Removed chemistry gripper from crisis borg." maptweak: "The chemistry and botany fridges are now see-through, so you can more easily chat with people on the other side." tweak: "Cost of cyborg renaming module vastly decreased" tweak: "Renamed medical's Chemical Closet, to Chemistry Equipment Closet. Nobody ever stores chemicals in an unrefridgerated closet." rscadd: "Added two boxes of empty spraybottles to the chemistry equipment closet."
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
name = "robot reclassification board"
|
||||
desc = "Used to rename a cyborg."
|
||||
icon_state = "cyborg_upgrade1"
|
||||
construction_cost = list(DEFAULT_WALL_MATERIAL=35000)
|
||||
construction_cost = list(DEFAULT_WALL_MATERIAL=1000)
|
||||
var/heldname = "default name"
|
||||
|
||||
/obj/item/borg/upgrade/rename/attack_self(mob/user as mob)
|
||||
|
||||
@@ -546,6 +546,21 @@
|
||||
new /obj/item/weapon/storage/pill_bottle( src )
|
||||
|
||||
|
||||
/obj/item/weapon/storage/box/spraybottles
|
||||
name = "box of spray bottles"
|
||||
desc = "It has pictures of spray bottles on its front."
|
||||
New()
|
||||
..()
|
||||
new /obj/item/weapon/reagent_containers/spray( src )
|
||||
new /obj/item/weapon/reagent_containers/spray( src )
|
||||
new /obj/item/weapon/reagent_containers/spray( src )
|
||||
new /obj/item/weapon/reagent_containers/spray( src )
|
||||
new /obj/item/weapon/reagent_containers/spray( src )
|
||||
new /obj/item/weapon/reagent_containers/spray( src )
|
||||
new /obj/item/weapon/reagent_containers/spray( src )
|
||||
|
||||
|
||||
|
||||
/obj/item/weapon/storage/box/snappops
|
||||
name = "snap pop box"
|
||||
desc = "Eight wrappers of fun! Ages 8 and up. Not suitable for children."
|
||||
@@ -599,7 +614,7 @@
|
||||
desc = "This box is shaped on the inside so that only light tubes and bulbs fit."
|
||||
item_state = "syringe_kit"
|
||||
use_to_pickup = 1 // for picking up broken bulbs, not that most people will try
|
||||
|
||||
|
||||
/obj/item/weapon/storage/box/lights/New()
|
||||
..()
|
||||
make_exact_fit()
|
||||
|
||||
@@ -158,8 +158,8 @@
|
||||
|
||||
|
||||
/obj/structure/closet/secure_closet/chemical
|
||||
name = "chemical closet"
|
||||
desc = "Store dangerous chemicals in here."
|
||||
name = "chemistry equipment closet"
|
||||
desc = "Contains equipment useful to chemists."
|
||||
icon_state = "medical1"
|
||||
icon_closed = "medical"
|
||||
icon_locked = "medical1"
|
||||
@@ -173,6 +173,8 @@
|
||||
..()
|
||||
new /obj/item/weapon/storage/box/pillbottles(src)
|
||||
new /obj/item/weapon/storage/box/pillbottles(src)
|
||||
new /obj/item/weapon/storage/box/spraybottles(src)
|
||||
new /obj/item/weapon/storage/box/spraybottles(src)
|
||||
return
|
||||
|
||||
/obj/structure/closet/secure_closet/medical_wall
|
||||
|
||||
Reference in New Issue
Block a user