mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 23:54:14 +01:00
[NO GBP] Fixing fishing lures (#88296)
This commit is contained in:
@@ -37,7 +37,7 @@ PROCESSING_SUBSYSTEM_DEF(fishing)
|
||||
unknown_icon.Blend(questionmark, ICON_OVERLAY, x = width, y = height)
|
||||
cached_unknown_fish_icons[fish_type] = icon2base64(unknown_icon)
|
||||
|
||||
var/obj/item/fish/fish = new fish_type(null, FALSE)
|
||||
var/obj/item/fish/fish = new fish_type
|
||||
spawned_fish += fish
|
||||
var/list/properties = list()
|
||||
fish_properties[fish_type] = properties
|
||||
|
||||
Reference in New Issue
Block a user