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
@@ -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"