mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +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:
@@ -926,7 +926,7 @@
|
||||
icon_state = "fishing_glove"
|
||||
complexity = 1
|
||||
overlay_state_inactive = "fishing_glove"
|
||||
incompatible_modules = (/obj/item/mod/module/fishing_glove)
|
||||
incompatible_modules = list(/obj/item/mod/module/fishing_glove)
|
||||
required_slots = list(ITEM_SLOT_GLOVES)
|
||||
var/obj/item/fishing_rod/equipped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user