Desert Course - Ice-Cream Edition. Ports Frozen based deserts from TG. (#23099)

* We all scream for ice-cream

* consistantcy

* the despacening

* Sirryan review.

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
Mitchs98
2023-12-06 15:27:21 +00:00
committed by GitHub
co-authored by Ryan
parent 05cf837409
commit ed6adfc7b2
14 changed files with 616 additions and 64 deletions
+5
View File
@@ -128,5 +128,10 @@
desc = "Not sticky anymore."
throw_range = 1
/obj/item/trash/popsicle_stick
name = "used popsicle stick"
icon_state = "popsicle_stick_s"
desc = "Still tastes sweet."
/obj/item/trash/attack(mob/M as mob, mob/living/user as mob)
return
@@ -14,6 +14,7 @@
Newton Cradle
PAI cable
Red Phone
Popsicle Sticks
*/
/obj/item/balltoy
@@ -216,3 +217,9 @@
if(cooldown < world.time - 20)
playsound(user.loc, 'sound/weapons/ring.ogg', 50, 1)
cooldown = world.time
/obj/item/popsicle_stick
name = "popsicle stick"
desc = "A small wooden stick, usually topped by popsicles or other frozen treats."
icon = 'icons/obj/food/frozen_treats.dmi'
icon_state = "popsicle_stick"