New clown tech: Holobanana projector (#17283)

* Holobanana?

* Sign added to all, now for sprites

* Sprites part 1

* Banana

* Less text, more [BANNED]

* clownmask projector????
This commit is contained in:
Waterpig
2023-01-11 02:06:28 +01:00
committed by GitHub
parent ce695ad228
commit 8afba6502f
7 changed files with 34 additions and 2 deletions

View File

@@ -433,6 +433,16 @@
category = list("Equipment")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/holosignclown
name = "HONK holobanana projector"
desc = "A holographic projector that creates hardlight bananas"
id = "holosignclown"
build_type = PROTOLATHE
materials = list(/datum/material/iron = 2000, /datum/material/glass = 1000, /datum/material/plastic = 500, /datum/material/bananium = 1000)
build_path = /obj/item/holosign_creator/clown
category = list("Equipment")
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
/datum/design/holosignsec
name = "Security Holobarrier Projector"
desc = "A holographic projector that creates holographic security barriers."

View File

@@ -394,7 +394,8 @@
description = "Honk?!"
prereq_ids = list("base")
design_ids = list("air_horn", "honker_main", "honker_peri", "honker_targ", "honk_chassis", "honk_head", "honk_torso", "honk_left_arm", "honk_right_arm",
"honk_left_leg", "honk_right_leg", "mech_banana_mortar", "mech_mousetrap_mortar", "mech_honker", "mech_punching_face", "implant_trombone", "borg_transform_clown", "clown_mine", "clownshot", "clownshoesimplant")
"honk_left_leg", "honk_right_leg", "mech_banana_mortar", "mech_mousetrap_mortar", "mech_honker", "mech_punching_face", "implant_trombone", "borg_transform_clown", "clown_mine", "clownshot", "clownshoesimplant",
"holosignclown")
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
////////////////////////Computer tech////////////////////////