Merge pull request #10743 from Heroman3003/M-U-G

Adds Mug with Text to loadout
This commit is contained in:
Novacat
2021-06-24 07:24:20 +00:00
committed by Chompstation Bot
parent ee2a4bbc77
commit 35177da700
4 changed files with 16 additions and 0 deletions
@@ -89,3 +89,8 @@
toytype["Classic"] = /obj/item/toy/chewtoy/tall/poly
gear_tweaks += new/datum/gear_tweak/path(toytype)
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/textmug
display_name = "mug with text"
description = "A mug with something written on it."
path = /obj/item/weapon/reagent_containers/food/drinks/textmug
+10
View File
@@ -0,0 +1,10 @@
/obj/item/weapon/reagent_containers/food/drinks/textmug
name = "mug with text"
desc = "A mug with something written on it."
icon = 'icons/obj/drinks_vr.dmi'
icon_state = "textmug"
volume = 30
center_of_mass = list("x"=15, "y"=13)
/obj/item/weapon/reagent_containers/food/drinks/britcup/on_reagent_change()
..()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 38 KiB

+1
View File
@@ -2371,6 +2371,7 @@
#include "code\modules\food\food\cans_vr.dm"
#include "code\modules\food\food\condiment.dm"
#include "code\modules\food\food\drinks.dm"
#include "code\modules\food\food\drinks_vr.dm"
#include "code\modules\food\food\lunch.dm"
#include "code\modules\food\food\sandwich.dm"
#include "code\modules\food\food\snacks.dm"