Adds Mug with Text to loadout

This commit is contained in:
Heroman
2021-06-24 17:05:32 +10:00
parent 0051e96509
commit d4d3ba9cf4
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()
..()