mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +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:
@@ -10,7 +10,7 @@
|
||||
inhand_icon_state = "gun"
|
||||
item_flags = NOBLUDGEON
|
||||
///overlay when the hook is retracted
|
||||
var/static/mutable_appearance/hook_overlay = new(icon = 'icons/obj/mining.dmi', icon_state = "grapple_gun_hooked")
|
||||
var/static/mutable_appearance/hook_overlay = mutable_appearance(icon = 'icons/obj/mining.dmi', icon_state = "grapple_gun_hooked")
|
||||
///is the hook retracted
|
||||
var/hooked = TRUE
|
||||
///addtimer id for launching the user
|
||||
|
||||
Reference in New Issue
Block a user