mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
next new to init (#17400)
* next new to init * . * this needs thorough testing * . * needs an istype * also vnotice * mvoe to defines
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
if(istype(B) && recycled)
|
||||
g_damage = w_class / 2
|
||||
if(B.item_digest_logs)
|
||||
to_chat(B.owner,span_notice("[src] was digested inside your [lowertext(B.name)]."))
|
||||
to_chat(B.owner, span_vnotice("[src] was digested inside your [lowertext(B.name)]."))
|
||||
qdel(src)
|
||||
else if(istype(src,/obj/item/stack))
|
||||
var/obj/item/stack/S = src
|
||||
@@ -142,8 +142,8 @@
|
||||
new goodmeal.package_trash(src)
|
||||
if(goodmeal.trash)
|
||||
new goodmeal.trash(src)
|
||||
if(B.item_digest_logs)
|
||||
to_chat(B.owner,span_notice("[src] was digested inside your [lowertext(B.name)]."))
|
||||
if(istype(B) && B.item_digest_logs)
|
||||
to_chat(B.owner, span_vnotice("[src] was digested inside your [lowertext(B.name)]."))
|
||||
qdel(src)
|
||||
if(g_damage > w_class)
|
||||
return w_class
|
||||
|
||||
Reference in New Issue
Block a user