From 72740edb265afe1c6422962541e190ae33b2e00e Mon Sep 17 00:00:00 2001 From: killer653 Date: Wed, 9 Aug 2017 22:19:45 -0400 Subject: [PATCH] Sizegun description Updates sizegun description --- code/modules/vore/resizing/sizegun_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/resizing/sizegun_vr.dm b/code/modules/vore/resizing/sizegun_vr.dm index d43f534f60..4ee8231d73 100644 --- a/code/modules/vore/resizing/sizegun_vr.dm +++ b/code/modules/vore/resizing/sizegun_vr.dm @@ -4,7 +4,7 @@ /obj/item/weapon/gun/energy/sizegun name = "size gun" //I have no idea why this was called shrink ray when this increased and decreased size. - desc = "A highly advanced ray gun with two settings: Shrink and Grow. Warning: Do not insert into mouth." + desc = "A highly advanced ray gun with a knob on the side to adjust the size you desire. Warning: Do not insert into mouth." icon = 'icons/obj/gun_vr.dmi' icon_state = "sizegun-shrink100" // Someone can probably do better. -Ace item_state = null //so the human update icon uses the icon_state instead