Skip to content

Commit

Permalink
giga cd on examiner (#6684)
Browse files Browse the repository at this point in the history
## About The Pull Request

raises cd on examiner circuit; because examining is expensive. it
probably shouldnt be able to spam every 0.1 seconds. its now 5 seconds.
realistically i'd ideally make examine less expensive but uh.

## Why It's Good For The Game

lol

## Changelog

:cl:
tweak: examiner circuit cd is now 5 seconds
/:cl:
  • Loading branch information
Niezann committed Aug 27, 2024
1 parent 5fb4e38 commit 960ed8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/integrated_electronics/subtypes/input.dm
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@
spawn_flags = IC_SPAWN_RESEARCH
origin_tech = list(TECH_ENGINEERING = 3, TECH_DATA = 3, TECH_BIO = 4)
power_draw_per_use = 80
cooldown_per_use = 50

/obj/item/integrated_circuit/input/examiner/do_work(ord)
if(ord == 1)
Expand Down

0 comments on commit 960ed8d

Please sign in to comment.