mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
@@ -51,7 +51,7 @@ var/datum/uplink/uplink = new()
|
|||||||
if(!can_buy(U))
|
if(!can_buy(U))
|
||||||
return
|
return
|
||||||
|
|
||||||
if(U.CanUseTopic(user, GLOB.tgui_inventory_state) != STATUS_INTERACTIVE)
|
if(U.tgui_status(user, GLOB.tgui_inventory_state) != STATUS_INTERACTIVE)
|
||||||
return
|
return
|
||||||
|
|
||||||
var/cost = cost(U.uses, U)
|
var/cost = cost(U.uses, U)
|
||||||
|
|||||||
Reference in New Issue
Block a user