mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[MIRROR] Autosurgeon code improvement and light overlay [MDB IGNORE] (#14955)
* Autosurgeon code improvement and light overlay * Update medical.dm fix a code conflict * Update medical.dm * Update maint_loot_oddity.dm * 10 * wew * Update mothership_astrum.dmm Co-authored-by: Coffee <CoffeeDragon16@gmail.com> Co-authored-by: jjpark-kb <55967837+jjpark-kb@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com> Co-authored-by: Jolly-66 <70232195+Jolly-66@users.noreply.github.com>
This commit is contained in:
co-authored by
Coffee
jjpark-kb
Gandalf
Jolly-66
parent
ea3abf463e
commit
2c237de5f3
@@ -24,11 +24,6 @@
|
||||
/obj/modular_map_root/syndicatebase
|
||||
config_file = "strings/modular_maps/syndicatebase.toml"
|
||||
|
||||
/obj/item/autosurgeon/organ/syndicate/commsagent
|
||||
desc = "A device that automatically - painfully - inserts an implant. It seems someone's specially \
|
||||
modified this one to only insert... tongues. Horrifying."
|
||||
organ_type = /obj/item/organ/internal/tongue
|
||||
|
||||
/obj/structure/closet/crate/secure/freezer/commsagent
|
||||
name = "Assorted Tongues And Tongue Accessories"
|
||||
desc = "Unearthing this was probably a mistake."
|
||||
@@ -43,7 +38,7 @@
|
||||
new /obj/item/organ/internal/tongue/robot(src) //DANGER! CRYSTAL HYPERSTRUCTURE-
|
||||
new /obj/item/organ/internal/tongue/ethereal(src)
|
||||
new /obj/item/organ/internal/tongue/tied(src)
|
||||
new /obj/item/autosurgeon/organ/syndicate/commsagent(src)
|
||||
new /obj/item/autosurgeon/syndicate/commsagent(src)
|
||||
new /obj/item/clothing/gloves/radio(src)
|
||||
|
||||
/obj/machinery/power/supermatter_crystal/shard/syndicate
|
||||
|
||||
Reference in New Issue
Block a user