mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user