mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Just moves this code block
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
// Custom garbage or whatever
|
||||
|
||||
/obj/item/trash/rkibble
|
||||
name = "bowl of Borg-O's"
|
||||
desc = "Contains every type of scrap material your robot puppy needs to grow big and strong."
|
||||
icon = 'icons/mob/dogborg_vr.dmi'
|
||||
icon_state = "kibble"
|
||||
|
||||
/obj/item/trash/attack(mob/living/M as mob, mob/living/user as mob)
|
||||
if(ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
@@ -26,6 +20,12 @@
|
||||
return
|
||||
..()
|
||||
|
||||
/obj/item/trash/rkibble
|
||||
name = "bowl of Borg-O's"
|
||||
desc = "Contains every type of scrap material your robot puppy needs to grow big and strong."
|
||||
icon = 'icons/mob/dogborg_vr.dmi'
|
||||
icon_state = "kibble"
|
||||
|
||||
/obj/item/trash/fancyplate
|
||||
name = "dirty fancy plate"
|
||||
icon = 'icons/obj/trash_vr.dmi'
|
||||
|
||||
Reference in New Issue
Block a user