mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-29 02:21:44 +00:00
Adds a new 'userdanger' class, which is bold and red. 'danger' is now just red. Adjusts all dangerous messages I could think of to use the appropriate class. Trash items can now be washed away in sinks. Removes the robodropper, on account of it being awful. Borgs get a normal dropper instead. Changes the probability of blood spatter from attacking someone from 33 to item.force * 2 Path changes: /obj/item/weapon/reagent_containers/ld50_syringe > /obj/item/weapon/reagent_containers/syringe/lethal /obj/item/weapon/reagent_containers/ld50_syringe/choral > /obj/item/weapon/reagent_containers/syringe/lethal/choral possibly some others? i think this is it. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5815 316c924e-a436-60f5-8080-3fe189b3f50e
52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
//Added by Jack Rost
|
|
/obj/item/trash
|
|
icon = 'icons/obj/trash.dmi'
|
|
desc = "This is rubbish."
|
|
w_class = 1.0
|
|
|
|
raisins
|
|
name = "4no raisins"
|
|
icon_state= "4no_raisins"
|
|
candy
|
|
name = "candy"
|
|
icon_state= "candy"
|
|
cheesie
|
|
name = "cheesie honkers"
|
|
icon_state = "cheesie_honkers"
|
|
chips
|
|
name = "chips"
|
|
icon_state = "chips"
|
|
popcorn
|
|
name = "popcorn"
|
|
icon_state = "popcorn"
|
|
sosjerky
|
|
name = "\improper Scaredy's Private Reserve Beef Jerky"
|
|
icon_state = "sosjerky"
|
|
syndi_cakes
|
|
name = "syndi-cakes"
|
|
icon_state = "syndi_cakes"
|
|
waffles
|
|
name = "waffles"
|
|
icon_state = "waffles"
|
|
plate
|
|
name = "plate"
|
|
icon_state = "plate"
|
|
snack_bowl
|
|
name = "snack bowl"
|
|
icon_state = "snack_bowl"
|
|
pistachios
|
|
name = "pistachios pack"
|
|
icon_state = "pistachios_pack"
|
|
semki
|
|
name = "semki pack"
|
|
icon_state = "semki_pack"
|
|
tray
|
|
name = "tray"
|
|
icon_state = "tray"
|
|
candle
|
|
name = "candle"
|
|
icon = 'icons/obj/candle.dmi'
|
|
icon_state = "candle4"
|
|
|
|
/obj/item/trash/attack(mob/M, mob/living/user)
|
|
return |