mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Bumps to DreamChecker 1.4
This commit is contained in:
@@ -131,7 +131,6 @@ GLOBAL_LIST_EMPTY(world_uplinks)
|
||||
else
|
||||
var/datum/uplink_item/UI = ItemsReference[href_list["buy_item"]]
|
||||
return buy(UI, UI ? UI.reference : "")
|
||||
return 0
|
||||
|
||||
/obj/item/uplink/proc/buy(var/datum/uplink_item/UI, var/reference)
|
||||
if(!UI)
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
/obj/item/mixing_bowl/Topic(href, href_list)
|
||||
if(..())
|
||||
return
|
||||
if("dispose")
|
||||
if(href_list["dispose"])
|
||||
dispose()
|
||||
return
|
||||
|
||||
|
||||
@@ -1247,7 +1247,6 @@ obj/item/toy/cards/deck/syndicate/black
|
||||
spawn(20)
|
||||
cooldown = FALSE
|
||||
return
|
||||
..()
|
||||
|
||||
/obj/item/toy/owl
|
||||
name = "owl action figure"
|
||||
|
||||
Reference in New Issue
Block a user