Skip to content

Commit

Permalink
Revert "Engineering, janitor, and medical holosign projectors are muc…
Browse files Browse the repository at this point in the history
…h faster, and have a max capacity of 12. Their integrity have been reduced. (#5)"

This reverts commit b275b6c.
  • Loading branch information
Pickle-Coding committed May 19, 2023
1 parent dfda36a commit 5741edb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 5 additions & 5 deletions code/game/objects/items/holosign_creator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
name = "custodial holobarrier projector"
desc = "A holographic projector that creates hard light wet floor barriers."
holosign_type = /obj/structure/holosign/barrier/wetsign
creation_time = 6
creation_time = 20
max_signs = 12

/obj/item/holosign_creator/security
Expand All @@ -102,8 +102,8 @@
desc = "A holographic projector that creates holographic engineering barriers."
icon_state = "signmaker_engi"
holosign_type = /obj/structure/holosign/barrier/engineering
creation_time = 6
max_signs = 12
creation_time = 30
max_signs = 6

/obj/item/holosign_creator/atmos
name = "ATMOS holofan projector"
Expand All @@ -118,8 +118,8 @@
desc = "A holographic projector that creates PENLITE holobarriers. Useful during quarantines since they halt those with malicious diseases."
icon_state = "signmaker_med"
holosign_type = /obj/structure/holosign/barrier/medical
creation_time = 6
max_signs = 12
creation_time = 30
max_signs = 3

/obj/item/holosign_creator/cyborg
name = "Energy Barrier Projector"
Expand Down
3 changes: 0 additions & 3 deletions code/game/objects/structures/holosign.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
desc = "When it says walk it means walk."
icon = 'icons/effects/effects.dmi'
icon_state = "holosign"
max_integrity = 1

/obj/structure/holosign/barrier/wetsign/CanAllowThrough(atom/movable/mover, border_dir)
. = ..()
Expand All @@ -98,7 +97,6 @@
/obj/structure/holosign/barrier/engineering
icon_state = "holosign_engi"
rad_insulation = RAD_LIGHT_INSULATION
max_integrity = 1

/obj/structure/holosign/barrier/atmos
name = "holofirelock"
Expand Down Expand Up @@ -152,7 +150,6 @@
desc = "A holobarrier that uses biometrics to detect human viruses. Denies passing to personnel with easily-detected, malicious viruses. Good for quarantines."
icon_state = "holo_medical"
alpha = 125 //lazy :)
max_integrity = 1
var/force_allaccess = FALSE
var/buzzcd = 0

Expand Down

0 comments on commit 5741edb

Please sign in to comment.