Resolves #3529
Fixes #3503
Fixes the gravity generator not setting float properly
This commit is contained in:
Ron
2017-10-02 19:06:18 -05:00
committed by Lohikar
parent d8b1fa4e7d
commit dc11d2aac1
3 changed files with 9 additions and 4 deletions
@@ -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)