mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Extra Plushies + Plushify Spell (#27384)
* Plushie PR TODO- Fix borgs becoming mind Add to smite list Add diona plush effect * Fixed Issues Added alien plush Added loadout Yeah * Apply suggestions from code review Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: Drakeven <50409888+Drakeven@users.noreply.github.com> * WIP Will finish later * Fixed the various issues Should be working now! Changed the bread smite to a 'generic item' smite and then made it a specifcally breaded smite. * Minor typo fixing And stuff * WIP Conversion Converting all the attacks into more sleek attacks, will need to finish. * Fixes galore Yippie! * Russian revolver wasn't working now you can self-shoot again! Horay! * You can no longer eat spraycans IPC clowns everywhere devistated * Apply suggestions from code review Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> Signed-off-by: Drakeven <50409888+Drakeven@users.noreply.github.com> * A tinsy bit of touching up :) --------- Signed-off-by: Drakeven <50409888+Drakeven@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
This commit is contained in:
@@ -89,6 +89,34 @@
|
||||
display_name = "Nian plushie"
|
||||
path = /obj/item/toy/plushie/nianplushie
|
||||
|
||||
/datum/gear/ipcplushie
|
||||
display_name = "IPC plushie"
|
||||
path = /obj/item/toy/plushie/ipcplushie
|
||||
|
||||
/datum/gear/kidanplushie
|
||||
display_name = "Kidan plushie"
|
||||
path = /obj/item/toy/plushie/kidanplushie
|
||||
|
||||
/datum/gear/plasmaplushie
|
||||
display_name = "Plasmaman plushie"
|
||||
path = /obj/item/toy/plushie/plasmamanplushie
|
||||
|
||||
/datum/gear/skrellplushie
|
||||
display_name = "Skrell plushie"
|
||||
path = /obj/item/toy/plushie/skrellplushie
|
||||
|
||||
/datum/gear/draskplushie
|
||||
display_name = "Drask plushie"
|
||||
path = /obj/item/toy/plushie/draskplushie
|
||||
|
||||
/datum/gear/borgplushie
|
||||
display_name = "Borg plushie"
|
||||
path = /obj/item/toy/plushie/borgplushie
|
||||
|
||||
/datum/gear/nymphplushie
|
||||
display_name = "Diona nymph plushie"
|
||||
path = /obj/item/toy/plushie/nymphplushie
|
||||
|
||||
/datum/gear/sharkplushie
|
||||
display_name = "Shark plushie"
|
||||
path = /obj/item/toy/plushie/shark
|
||||
|
||||
Reference in New Issue
Block a user