Adds the Detective Holobarrier Projector + Chalk (#24400)

* just one more thing

* gosh that was embarassing

* Update code/game/objects/items/crayons.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* Update code/game/objects/items/weapons/holosign_projector.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

* Update code/game/objects/items/weapons/holosign_projector.dm

Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
This commit is contained in:
Marm
2024-03-11 13:17:34 -04:00
committed by GitHub
co-authored by Luc 1080pCat
parent 4caef488df
commit 93d9c70530
7 changed files with 22 additions and 2 deletions
+6
View File
@@ -240,6 +240,12 @@
colour = "#FFFFFF"
colourName = "white"
/obj/item/toy/crayon/white/chalk
name = "detective's chalk"
desc = "A stick of white chalk for marking crime scenes."
gender = PLURAL
toolspeed = 0.25
/obj/item/toy/crayon/mime
name = "mime crayon"
desc = "A very sad-looking crayon."
@@ -93,6 +93,15 @@
holosign_type = /obj/structure/holosign/barrier
creation_time = 30
/obj/item/holosign_creator/detective
name = "detective holobarrier projector"
desc = "A holographic projector that creates shocked investigation barriers."
icon_state = "signmaker_det"
belt_icon = null
holosign_type = /obj/structure/holosign/barrier/cyborg/hacked/detective
creation_time = 1 SECONDS
max_signs = 8
/obj/item/holosign_creator/engineering
name = "engineering holobarrier projector"
desc = "A holographic projector that creates holographic engineering barriers."
@@ -204,7 +204,7 @@
new /obj/item/ammo_box/magazine/detective/speedcharger(src)
new /obj/effect/spawner/detgun(src)
new /obj/item/flashlight/seclite(src)
new /obj/item/holosign_creator/security(src)
new /obj/item/holosign_creator/detective(src)
new /obj/item/taperecorder(src)
new /obj/item/storage/box/tapes(src)
@@ -144,3 +144,8 @@
M.electrocute_act(15, "Energy Barrier")
shockcd = TRUE
addtimer(CALLBACK(src, PROC_REF(cooldown)), 5)
/obj/structure/holosign/barrier/cyborg/hacked/detective
name = "investigation barrier"
desc = "An authoritive holographic barrier proclaiming a crime scene. Energy arcs off of it."
icon_state = "holosign_det"