mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Merge branch 'master' into development
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
name = "human skin"
|
||||
desc = "The by-product of human farming."
|
||||
singular_name = "human skin piece"
|
||||
default_type = "human hide"
|
||||
|
||||
/obj/item/stack/material/animalhide/corgi
|
||||
name = "corgi hide"
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
|
||||
/obj/item/weapon/tray/attack(mob/living/carbon/M as mob, mob/living/carbon/user as mob, var/target_zone)
|
||||
|
||||
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
|
||||
|
||||
// Drop all the things. All of them.
|
||||
spill(user, M.loc)
|
||||
|
||||
@@ -201,9 +203,9 @@
|
||||
if (attempt_load_item(I, usr,0))
|
||||
addedSomething++
|
||||
if ( addedSomething == 1)
|
||||
usr.visible_message("\blue [user] loads an item onto their service tray.")
|
||||
usr.visible_message("<span class='notice'>[user] loads an item onto their service tray.</span>")
|
||||
else if ( addedSomething )
|
||||
usr.visible_message("\blue [user] loads [addedSomething] items onto their service tray.")
|
||||
usr.visible_message("<span class='notice'>[user] loads [addedSomething] items onto their service tray.</span>")
|
||||
else
|
||||
user << "The tray is full or there's nothing valid here"
|
||||
return 1
|
||||
@@ -298,9 +300,9 @@
|
||||
step(I, pick(NORTH,SOUTH,EAST,WEST))
|
||||
sleep(rand(2,4))
|
||||
if (user)
|
||||
user.visible_message("\blue [user] spills their tray all over the floor.")
|
||||
user.visible_message("<span class='notice'>[user] spills their tray all over the floor.</span>")
|
||||
else
|
||||
src.visible_message("\blue The tray scatters its contents all over the area.")
|
||||
src.visible_message("<span class='notice'>The tray scatters its contents all over the area.</span>")
|
||||
current_weight = 0
|
||||
if(prob(50))
|
||||
playsound(dropspot, 'sound/items/trayhit1.ogg', 50, 1)
|
||||
|
||||
@@ -217,4 +217,4 @@
|
||||
desc = "Prickly and overrated."
|
||||
icon = 'icons/obj/christmas.dmi'
|
||||
icon_state = "doorwreath"
|
||||
layer = 5
|
||||
layer = 5
|
||||
|
||||
Reference in New Issue
Block a user