mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 22:13:50 +00:00
Conflicts: baystation12.dme code/defines/obj.dm code/defines/procs/helpers.dm code/defines/turf.dm code/game/gamemodes/changeling/modularchangling.dm code/game/gamemodes/cult/cult_structures.dm code/game/gamemodes/events.dm code/game/machinery/telecomms/machine_interactions.dm code/game/master_controller.dm code/game/objects/items/blueprints.dm code/game/objects/items/devices/uplinks.dm code/game/objects/items/item.dm code/game/objects/items/weapons/gift_wrappaper.dm code/game/objects/items/weapons/wires.dm code/game/objects/weapons.dm code/game/turfs/turf.dm code/modules/clothing/head/hardhat.dm code/modules/mining/mine_items.dm code/modules/mining/mine_turfs.dm code/modules/mob/living/silicon/robot/life.dm code/modules/mob/mob_defines.dm code/modules/mob/new_player/login.dm code/modules/paperwork/pen.dm code/modules/paperwork/stamps.dm code/unused/toilets.dm html/changelog.html icons/effects/alert.dmi Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
//Items labled as 'trash' for the trash bag.
|
|
//TODO: Make this an item var or something...
|
|
|
|
//Added by Jack Rost
|
|
/obj/item/trash
|
|
icon = 'icons/obj/trash.dmi'
|
|
w_class = 1.0
|
|
desc = "This is rubbish."
|
|
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 = "Sosjerky"
|
|
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"
|
|
liquidfood
|
|
name = "\improper \"LiquidFood\" ration"
|
|
icon_state = "liquidfood"
|
|
|
|
/obj/item/trash/attack(mob/M as mob, mob/living/user as mob)
|
|
return
|