Moth's first donor reward

Adds functionality for loadout items, and a new donor plushie!
This commit is contained in:
ReturnToZender
2023-03-27 19:40:59 -05:00
parent 96e6ce5446
commit a495726992
4 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/obj/item/toy/plush/moth/lovers
name = "lovers moth plushie"
desc = "An adorable mothperson plushie. It's a lovely bug!"
icon = 'modular_zubbers/icons/obj/toys/plushes.dmi'
icon_state = "moffplush_lovers"

View File

@@ -0,0 +1,4 @@
/datum/loadout_item/toys/moffplush_lovers
name = "Lovers moth plushie"
item_path = /obj/item/toy/plush/moth/lovers
donator_only = TRUE //Donor item for Basicguy20

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -6693,9 +6693,11 @@
#include "modular_zubbers\code\datums\id_trim\jobs.dm"
#include "modular_zubbers\code\game\area\areas\station.dm"
#include "modular_zubbers\code\game\objects\effects\landmarks.dm"
#include "modular_zubbers\code\game\objects\effects\items\plushes.dm"
#include "modular_zubbers\code\modules\clothing\outfits\plasmaman.dm"
#include "modular_zubbers\code\modules\dynamic\midround_rulesets.dm"
#include "modular_zubbers\code\modules\jobs\job_types\blacksmith.dm"
#include "modular_zubbers\code\modules\loadouts\loadout_items\loadout_datum_toys.dm"
#include "modular_zubbers\code\modules\mapping\access_helpers.dm"
#include "modular_zubbers\code\modules\mob\living\carbon\human\species_types\felinid.dm"
#include "modular_zubbers\code\modules\mod\mod_theme.dm"