mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #1414 from Mark9013100/4/15/2016tank_grammar
Fixes some punctuation
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
//Dispensers
|
//Dispensers
|
||||||
/obj/structure/reagent_dispensers/watertank
|
/obj/structure/reagent_dispensers/watertank
|
||||||
name = "watertank"
|
name = "watertank"
|
||||||
desc = "A watertank"
|
desc = "A watertank."
|
||||||
icon = 'icons/obj/objects.dmi'
|
icon = 'icons/obj/objects.dmi'
|
||||||
icon_state = "watertank"
|
icon_state = "watertank"
|
||||||
amount_per_transfer_from_this = 10
|
amount_per_transfer_from_this = 10
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
/obj/structure/reagent_dispensers/fueltank
|
/obj/structure/reagent_dispensers/fueltank
|
||||||
name = "fueltank"
|
name = "fueltank"
|
||||||
desc = "A fueltank"
|
desc = "A fueltank."
|
||||||
icon = 'icons/obj/objects.dmi'
|
icon = 'icons/obj/objects.dmi'
|
||||||
icon_state = "weldtank"
|
icon_state = "weldtank"
|
||||||
amount_per_transfer_from_this = 10
|
amount_per_transfer_from_this = 10
|
||||||
@@ -183,7 +183,7 @@
|
|||||||
|
|
||||||
/obj/structure/reagent_dispensers/peppertank
|
/obj/structure/reagent_dispensers/peppertank
|
||||||
name = "Pepper Spray Refiller"
|
name = "Pepper Spray Refiller"
|
||||||
desc = "Refill pepper spray canisters."
|
desc = "Refills pepper spray canisters."
|
||||||
icon = 'icons/obj/objects.dmi'
|
icon = 'icons/obj/objects.dmi'
|
||||||
icon_state = "peppertank"
|
icon_state = "peppertank"
|
||||||
anchored = 1
|
anchored = 1
|
||||||
@@ -284,7 +284,7 @@
|
|||||||
|
|
||||||
/obj/structure/reagent_dispensers/virusfood
|
/obj/structure/reagent_dispensers/virusfood
|
||||||
name = "Virus Food Dispenser"
|
name = "Virus Food Dispenser"
|
||||||
desc = "A dispenser of virus food."
|
desc = "A dispenser of virus food. Yum."
|
||||||
icon = 'icons/obj/objects.dmi'
|
icon = 'icons/obj/objects.dmi'
|
||||||
icon_state = "virusfoodtank"
|
icon_state = "virusfoodtank"
|
||||||
amount_per_transfer_from_this = 10
|
amount_per_transfer_from_this = 10
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/obj/structure/reagent_dispensers/coolanttank
|
/obj/structure/reagent_dispensers/coolanttank
|
||||||
name = "coolant tank"
|
name = "coolant tank"
|
||||||
desc = "A tank of industrial coolant"
|
desc = "A tank of industrial coolant."
|
||||||
icon = 'icons/obj/objects.dmi'
|
icon = 'icons/obj/objects.dmi'
|
||||||
icon_state = "coolanttank"
|
icon_state = "coolanttank"
|
||||||
amount_per_transfer_from_this = 10
|
amount_per_transfer_from_this = 10
|
||||||
|
|||||||
Reference in New Issue
Block a user