Skip to content

Commit

Permalink
Update drinkingglass.dm
Browse files Browse the repository at this point in the history
добавил фичу менять название чтобы делать свои коктели
  • Loading branch information
Oz1Es authored Dec 25, 2023
1 parent 8f59ddd commit 2b3d8b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ obj/item/weapon/reagent_containers/food/drinks/attackby(obj/O, mob/user)
if(!newname)
return

Check failure on line 591 in code/modules/reagents/reagent_containers/food/drinks/drinkingglass.dm

View workflow job for this annotation

GitHub Actions / DreamChecker

inconsistent multiple indentation: 2 > 1
else
name = ("Коктель ([sanitize(newname)])")
name = ("Коктель [sanitize(newname)]")

Check failure on line 593 in code/modules/reagents/reagent_containers/food/drinks/drinkingglass.dm

View workflow job for this annotation

GitHub Actions / DreamChecker

inconsistent multiple indentation: 2 > 1

// for /obj/machinery/vending/sovietsoda
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/soda
Expand Down

0 comments on commit 2b3d8b8

Please sign in to comment.