mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user