mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
A lot of bugfixes. (#20358)
- bugfix: "Fixed PDAs not being automatically updated by the Force Change Name admin action." - bugfix: "Announcements from non-Horizon ships drifting into hazards no longer spawn observer chat. You will only get the announcements if you are on the same z-level. The Horizon will still send its announcements globally." - bugfix: "Offships no longer send newscaster announcements." - bugfix: "Fixed ling stings not working. Again." - bugfix: "The robotics core console no longer reverts into a normal R&D console when disassembled and reassembled." - bugfix: "The robotics core console now has its own circuit that can be made through R&D." - bugfix: "Fixed the message that simple mobs print when they step on a trap." - bugfix: "Fixed the foam sword sprite." - bugfix: "Fixed damaged wall overlays." - bugfix: "Fixed the INDRA field getting messed up by pointing at it." - bugfix: "Apple pies now count for the pie bounty." - bugfix: "Changeling chameleon claws no longer spawn in the warehouse." - bugfix: "Admin click-drag to possess has been fixed." - bugfix: "Added a minimum damage threshold to delimb, in order to stops ridiculously small damage from taking off limbs. The threshold is the organ's max damage divided by 3." - bugfix: "The Pull psionic ability no longer pulls anchored objects." Fixes #17739 Fixes #17369 Fixes #19535 Fixes #19166 Fixes #20184 Fixes #20165 Fixes #20164 Fixes #20117 Fixes #19961 Fixes #20231 Fixes #20277 Fixes #20346 --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
req_tech = list(TECH_DATA = 4)
|
||||
build_path = /obj/item/circuitboard/rdconsole
|
||||
|
||||
/datum/design/circuit/computer/robotics_console
|
||||
name = "Robotics Core Console"
|
||||
req_tech = list(TECH_DATA = 4)
|
||||
build_path = /obj/item/circuitboard/robotics_console
|
||||
|
||||
/datum/design/circuit/computer/comm_monitor
|
||||
name = "Telecommunications Monitoring Console"
|
||||
req_tech = list(TECH_DATA = 3)
|
||||
|
||||
@@ -874,6 +874,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
id = 1
|
||||
req_access = list(ACCESS_ROBOTICS)
|
||||
allow_analyzer = FALSE
|
||||
circuit = /obj/item/circuitboard/robotics_console
|
||||
|
||||
/obj/machinery/computer/rdconsole/core
|
||||
name = "core R&D console"
|
||||
|
||||
Reference in New Issue
Block a user