mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
@@ -62,6 +62,9 @@
|
||||
if(..())
|
||||
return
|
||||
|
||||
if(!isabductor(ui.user))
|
||||
return
|
||||
|
||||
switch(action)
|
||||
if("dispense")
|
||||
var/gland_id = text2num(params["gland_id"])
|
||||
@@ -71,6 +74,9 @@
|
||||
return TRUE
|
||||
|
||||
/obj/machinery/abductor/gland_dispenser/attack_hand(mob/user)
|
||||
if(!isabductor(user))
|
||||
to_chat(user, "<span class='warning'>You don't understand any of the alien writing!</span>")
|
||||
return
|
||||
ui_interact(user)
|
||||
|
||||
/obj/machinery/abductor/gland_dispenser/attackby(obj/item/W, mob/user, params)
|
||||
|
||||
Reference in New Issue
Block a user