mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +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:
@@ -11,8 +11,8 @@
|
||||
|
||||
/// The input port
|
||||
var/datum/port/input/target_input
|
||||
var/datum/port/input/image_pixel_x = 0
|
||||
var/datum/port/input/image_pixel_y = 0
|
||||
var/datum/port/input/image_pixel_x
|
||||
var/datum/port/input/image_pixel_y
|
||||
|
||||
var/max_range = 7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user