mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MISSED MIRROR] Fixes baguette examine text (#16745)
Missed mirror 70359
This commit is contained in:
@@ -274,9 +274,9 @@
|
||||
return CONTEXTUAL_SCREENTIP_SET
|
||||
|
||||
/obj/item/food/baguette/examine(mob/user)
|
||||
var/examine_list = ..()
|
||||
. = ..()
|
||||
if(user.mind?.miming)
|
||||
examine_list += span_notice("You can wield this like a sword by using it in your hand.")
|
||||
. += span_notice("You can wield this like a sword by using it in your hand.")
|
||||
|
||||
/obj/item/food/baguette/attack_self(mob/user, modifiers)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user