mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fix issues discovered via TypeMaker (#87596)
## About The Pull Request Fixes issues with var typing and proc arguments, discovered using OpenDream's WIP TypeMaker feature (using improvements I haven't PR'd upstream yet). ## Why It's Good For The Game Codebase maintenance.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
output_value.set_datatype(expected_output_type.value)
|
||||
|
||||
/obj/item/circuit_component/get_variable/input_received(datum/port/input/port)
|
||||
var/atom/object = entity?.value
|
||||
var/datum/object = entity?.value
|
||||
if(getvar_options.value == "Global")
|
||||
object = GLOB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user