mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
15 lines
658 B
Plaintext
15 lines
658 B
Plaintext
/obj/item/stack/sheet/hot_ice
|
|
name = "hot ice"
|
|
icon_state = "hot-ice"
|
|
inhand_icon_state = "hot-ice"
|
|
singular_name = "hot ice piece"
|
|
icon = 'icons/obj/stack_objects.dmi'
|
|
mats_per_unit = list(/datum/material/hot_ice=MINERAL_MATERIAL_AMOUNT)
|
|
grind_results = list(/datum/reagent/toxin/hot_ice = 25)
|
|
material_type = /datum/material/hot_ice
|
|
merge_type = /obj/item/stack/sheet/hot_ice
|
|
|
|
/obj/item/stack/sheet/hot_ice/suicide_act(mob/living/carbon/user)
|
|
user.visible_message("<span class='suicide'>[user] begins licking \the [src]! It looks like [user.p_theyre()] trying to commit suicide!</span>")
|
|
return FIRELOSS//dont you kids know that stuff is toxic?
|