Skip to content

Commit

Permalink
moves normal&cybernetic lungs to make it prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Skies-Of-Blue committed Dec 18, 2024
1 parent 6ff0370 commit dcffaf2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
//LUNGS
/datum/augment_item/organ/lungs/normal
name = "Organic Lungs"
path = /obj/item/organ/lungs

/datum/augment_item/organ/lungs/cybernetic
name = "Cybernetic Lungs"
path = /obj/item/organ/lungs/cybernetic

/datum/augment_item/organ/lungs/fish/no_overlay
name = "Gills"
path = /obj/item/organ/lungs/fish/no_overlay
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,8 @@
slot = AUGMENT_SLOT_LUNGS
allowed_biotypes = MOB_ORGANIC | MOB_ROBOTIC

/datum/augment_item/organ/lungs/normal
name = "Organic lungs"
path = /obj/item/organ/lungs

/datum/augment_item/organ/lungs/cybernetic
name = "Cybernetic lungs"
path = /obj/item/organ/lungs/cybernetic

//IRIS EDIT: /datum/augment_item/organ/lungs/normal moved to modular_iris/modules/customization/modules/client/augment/organs.dm to preserve the organization
//IRIS EDIT: /datum/augment_item/organ/lungs/cybernetic moved to modular_iris/modules/customization/modules/client/augment/organs.dm to preserve the organization

/datum/augment_item/organ/lungs/hot
name = "Lungs Adapted to Heat"
Expand All @@ -50,16 +44,17 @@
name = "Cold-Adapted Lungs"
path = /obj/item/organ/lungs/cold
cost = 1

/datum/augment_item/organ/lungs/toxin
name = "Lungs Adapted to Toxins"
path = /obj/item/organ/lungs/toxin
cost = 1

/datum/augment_item/organ/lungs/oxy
name = "Low-Pressure Adapted Lungs"
path = /obj/item/organ/lungs/oxy
cost = 1


//LIVERS
/datum/augment_item/organ/liver
slot = AUGMENT_SLOT_LIVER
Expand Down

0 comments on commit dcffaf2

Please sign in to comment.