mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
Mining Loadouts (#17890)
* mining stuff * some missed things in borg pr
This commit is contained in:
@@ -428,7 +428,7 @@ emp_act
|
||||
if(stat != DEAD && istype(O,/obj/item) && trash_catching && vore_selected) //Ported from chompstation
|
||||
var/obj/item/I = O
|
||||
if(adminbus_trash || is_type_in_list(I, GLOB.edible_trash) && I.trash_eatable && !is_type_in_list(I, GLOB.item_vore_blacklist))
|
||||
visible_message(span_warning("[I] is thrown directly into [src]'s [lowertext(vore_selected.name)]!"))
|
||||
visible_message(span_vwarning("[I] is thrown directly into [src]'s [lowertext(vore_selected.name)]!"))
|
||||
I.throwing = 0
|
||||
I.forceMove(vore_selected)
|
||||
return
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
if(stat != DEAD && istype(O,/obj/item) && trash_catching && vore_selected) //ported from chompstation
|
||||
var/obj/item/I = O
|
||||
if(adminbus_trash || is_type_in_list(I, GLOB.edible_trash) && I.trash_eatable && !is_type_in_list(I, GLOB.item_vore_blacklist))
|
||||
visible_message(span_warning("[I] is thrown directly into [src]'s [lowertext(vore_selected.name)]!"))
|
||||
visible_message(span_vwarning("[I] is thrown directly into [src]'s [lowertext(vore_selected.name)]!"))
|
||||
I.throwing = 0
|
||||
I.forceMove(vore_selected)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user