mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes some derpy naming with 's.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user