mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Bug Fixes (#3532)
Resolves #3529 Fixes #3503 Fixes the gravity generator not setting float properly
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
/obj/item/integrated_circuit/proc/set_pin_data(pin_type, pin_number, datum/new_data)
|
||||
if (istype(new_data) && !isweakref(new_data))
|
||||
PROCLOG_WEIRD("converting hardref to [DEBUG_REF(new_data)] into weakref.")
|
||||
new_data = WEAKREF(new_data)
|
||||
|
||||
var/datum/integrated_io/pin = get_pin_ref(pin_type, pin_number)
|
||||
|
||||
Reference in New Issue
Block a user