mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Adds self-message to clown pockets spell, calls post_created() (#93885)
## About The Pull Request Adds self-message to the clown pockets spell that lets you pull out clown items from nowhere. Also, calls `post_created()` in `/datum/action/cooldown/spell/conjure_item`, which it wasn't before. ## Why It's Good For The Game I don't like seeing my own name in the chatbox from my own actions. `post_created()` currently is useless. It's still useless, cause it's only for this spell, but its a lesser degree of uselessness. ## Changelog 🆑 spellcheck: Adds self-message to clown pockets spell /🆑
This commit is contained in:
@@ -72,6 +72,8 @@
|
||||
if(istype(mob_caster))
|
||||
mob_caster.put_in_hands(created, del_on_fail = delete_on_failure)
|
||||
|
||||
post_created(cast_on, created)
|
||||
|
||||
return ..()
|
||||
|
||||
/// Instantiates the item we're conjuring and returns it.
|
||||
|
||||
Reference in New Issue
Block a user