mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 09:46:45 +01:00
giga cd on examiner (#6684)
## 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 🆑 tweak: examiner circuit cd is now 5 seconds /🆑
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user