mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 19:53:00 +01:00
Synthbody terminology
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
/obj/item/bodybag/cryobag/robobag
|
||||
name = "synthmorph bag"
|
||||
name = "synthbody bag"
|
||||
desc = "A reusable polymer bag designed to slow down synthetic functions such as data corruption and coolant flow, \
|
||||
especially useful if short on time or in a hostile environment."
|
||||
icon = 'icons/obj/robobag.dmi'
|
||||
@@ -17,7 +17,7 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/structure/closet/body_bag/cryobag/robobag
|
||||
name = "synthmorph bag"
|
||||
name = "synthbody bag"
|
||||
desc = "A reusable polymer bag designed to slow down synthetic functions such as data corruption and coolant flow, \
|
||||
especially useful if short on time or in a hostile environment."
|
||||
icon = 'icons/obj/robobag.dmi'
|
||||
@@ -34,7 +34,7 @@
|
||||
/obj/structure/closet/body_bag/cryobag/robobag/update_icon()
|
||||
if(opened)
|
||||
icon_state = "open"
|
||||
else if (contents.len)
|
||||
else if (length(contents))
|
||||
icon_state = "closed_occupied"
|
||||
else
|
||||
icon_state = "closed_unlocked"
|
||||
|
||||
@@ -218,9 +218,9 @@
|
||||
. += "<span class='danger'>The meter on \the [src] indicates you are almost out of nitrogen!</span>"
|
||||
//playsound(user, 'sound/effects/alert.ogg', 50, 1)
|
||||
|
||||
/obj/item/tank/stasis/nitro_cryo // Synthmorph bags need to have initial pressure within safe bounds for human atmospheric pressure, but low temperature to stop unwanted degredation.
|
||||
/obj/item/tank/stasis/nitro_cryo // Synthbody bags need to have initial pressure within safe bounds for human atmospheric pressure, but low temperature to stop unwanted degredation.
|
||||
name = "stasis cryogenic nitrogen tank"
|
||||
desc = "Cryogenic Nitrogen tank included in most synthmorph bag designs."
|
||||
desc = "Cryogenic Nitrogen tank included in most synthbody bag designs."
|
||||
icon_state = "emergency_double_nitro"
|
||||
gauge_icon = "indicator_emergency_double"
|
||||
volume = 10
|
||||
|
||||
Reference in New Issue
Block a user