Fixes some derpy naming with 's.

This commit is contained in:
Erthilo
2012-08-18 18:30:58 +01:00
parent 12c9cb1abf
commit a8c3cdbe42
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -155,7 +155,7 @@
/obj/structure/closet/secure_closet/detective
name = "Detective's Cabinet"
name = "detective\'s cabinet"
req_access = list(ACCESS_FORENSICS_LOCKERS)
icon_state = "cabinetdetective_locked"
icon_closed = "cabinetdetective"
+2 -2
View File
@@ -3585,13 +3585,13 @@ var/list/grind_products = list()
volume = 100
/obj/item/weapon/reagent_containers/food/drinks/flask
name = "Captain's Flask"
name = "captain\'s flask"
desc = "A metal flask belonging to the captain"
icon_state = "flask"
volume = 60
/obj/item/weapon/reagent_containers/food/drinks/dflask
name = "Detective's Flask"
name = "detective\'s flask"
desc = "A well used metal flask with the detective's name etched into it."
icon_state = "dflask"
volume = 60