mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
[serious april pr pls no close] Adds the magic nanny bag. (#20774)
* IT'S NOT A GRANNY BAG * other tweaks to put out * Restricted on raging * Update code/game/objects/items/weapons/storage/backpack.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * defined * Update code/game/objects/items/weapons/storage/backpack.dm Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> * changes requested * no slime coring the super food * actually let the pie live, the meds can be found in pill bottles in space, just not the steak * merge conflict bullshit * pain, suffering even * icon handling * M-M-M-ERGE CONFLICTS MY BELOVED * Apply suggestions from code review Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * s34n comments * I can read and speak the english language™️ --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
co-authored by
Henri215
Ryan
S34N
parent
3f87165a03
commit
8e6ed2f284
@@ -451,6 +451,16 @@
|
||||
log_name = "WA"
|
||||
category = "Artefacts"
|
||||
|
||||
/datum/spellbook_entry/item/magic_nanny_bag
|
||||
name = "Magic Nanny Bag"
|
||||
desc = "A magical bottomless bag that comes filled with many random goodies, and sticks well in your hand. Will have a melee weapon, a staff, a wand, an artifact, and a special food treat! Can't fit on your back."
|
||||
item_path = /obj/item/storage/backpack/duffel/magic_nanny_bag
|
||||
cost = 4
|
||||
spawn_on_floor = TRUE // it isn't happy if it has to remake itself in hand
|
||||
is_ragin_restricted = TRUE //No blocked magic items on raging, sorry!
|
||||
log_name = "MNB"
|
||||
category = "Artefacts"
|
||||
|
||||
/datum/spellbook_entry/item/cursed_heart
|
||||
name = "Cursed Heart"
|
||||
desc = "A heart that has been empowered with magic to heal the user. The user must ensure the heart is manually beaten or their blood circulation will suffer, but every beat heals their injuries. It must beat every 6 seconds. Not reccomended for first time wizards."
|
||||
|
||||
Reference in New Issue
Block a user