mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-28 23:58:31 +01:00
Update code/modules/food/food.dm
Co-authored-by: Spookerton <spkrtn@pm.me>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
/obj/item/reagent_containers/food/proc/handle_name_change(var/mob/living/user)
|
||||
if(!isliving(user) || user.stat == DEAD)
|
||||
to_chat(user, SPAN_NOTICE("The dead can't cook!"))
|
||||
to_chat(user, SPAN_WARNING("The dead can't cook!"))
|
||||
return
|
||||
var/n_name = sanitizeSafe(input(user, "What would you like to name \the [src]? Leave blank to reset.", "Food Naming", null) as text, MAX_NAME_LEN)
|
||||
if(!n_name)
|
||||
|
||||
Reference in New Issue
Block a user