mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-24 21:47:21 +01:00
mecdicine_vr
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
/obj/structure/dispenser/tgui_data(mob/user)
|
||||
var/list/data = list()
|
||||
data["oxygen"] = oxygentanks
|
||||
data["plasma"] = phorontanks
|
||||
data["phoron"] = phorontanks
|
||||
|
||||
return data
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
if(..())
|
||||
return
|
||||
switch(action)
|
||||
if("plasma")
|
||||
if("phoron")
|
||||
var/obj/item/tank/phoron/tank = locate() in src
|
||||
if(tank && Adjacent(ui.user))
|
||||
ui.user.put_in_hands(tank)
|
||||
|
||||
Reference in New Issue
Block a user