mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-02-05 06:09:08 +00:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
|
||||
/obj/item/fluff/dogwhistle/attack_self(mob/user)
|
||||
user.visible_message("<span class='notice'>[user] blows on the whistle, but no sound comes out.</span>", "<span class='notice'>You blow on the whistle, but don't hear anything.</span>")
|
||||
addtimer(CALLBACK(src, .proc/summon_sax, user), 20)
|
||||
addtimer(CALLBACK(src, PROC_REF(summon_sax), user), 20)
|
||||
|
||||
/obj/item/fluff/dogwhistle/proc/summon_sax(mob/user)
|
||||
var/mob/living/simple_animal/pet/dog/corgi/C = new /mob/living/simple_animal/pet/dog/corgi(get_turf(user))
|
||||
|
||||
Reference in New Issue
Block a user