mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Adds diet Diesel to the Diona loadout (#20897)
Formerly called "decaf Diesel". Sprite for the diet Diesel jar created by me. Diet Diesel, created by the HPV Narrows and sponsored by Hephaestus Industries! It'll give you that energizing effect without any of that radiation that's dangerous to other species. ~Still toxic to non-Dionae.~   --------- Co-authored-by: Gabby <59633984+feartheblackout@users.noreply.github.com>
This commit is contained in:
@@ -547,3 +547,9 @@ ABSTRACT_TYPE(/datum/gear/accessory/diona)
|
||||
diona_passport["union of gla'orr passport"] = /obj/item/clothing/accessory/badge/passport/dionaunion
|
||||
diona_passport["eternal republic of the ekane passport"] = /obj/item/clothing/accessory/badge/passport/eternalrepublic
|
||||
gear_tweaks += new /datum/gear_tweak/path(diona_passport)
|
||||
|
||||
/datum/gear/diet_diesel
|
||||
display_name = "diet diesel jar"
|
||||
path = /obj/item/reagent_containers/food/condiment/diet_diesel
|
||||
whitelisted = list(SPECIES_DIONA, SPECIES_DIONA_COEUS)
|
||||
sort_category = "Xenowear - Diona"
|
||||
|
||||
Reference in New Issue
Block a user