mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-05 05:49:28 +00:00
Cogscarab storage is no longer painted cardboard (#18821)
This commit is contained in:
@@ -107,15 +107,15 @@
|
||||
bubble_icon = "clock"
|
||||
heavy_emp_damage = 10
|
||||
laws = "0. Purge all untruths and honor Ratvar."
|
||||
default_storage = /obj/item/weapon/storage/box/brass/prefilled
|
||||
default_storage = /obj/item/weapon/storage/toolbox/brass/prefilled
|
||||
seeStatic = 0
|
||||
visualAppearence = CLOCKDRONE
|
||||
|
||||
/mob/living/simple_animal/drone/cogscarab/ratvar //a subtype for spawning when ratvar is alive, has a slab that it can use and a normal proselytizer
|
||||
default_storage = /obj/item/weapon/storage/box/brass/prefilled/ratvar
|
||||
default_storage = /obj/item/weapon/storage/toolbox/brass/prefilled/ratvar
|
||||
|
||||
/mob/living/simple_animal/drone/cogscarab/admin //an admin-only subtype of cogscarab with a no-cost proselytizer and slab in its box
|
||||
default_storage = /obj/item/weapon/storage/box/brass/prefilled/ratvar/admin
|
||||
default_storage = /obj/item/weapon/storage/toolbox/brass/prefilled/ratvar/admin
|
||||
|
||||
/mob/living/simple_animal/drone/cogscarab/New()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user