Weaponizes station charters (#1449)
This commit is contained in:
committed by
kevinz000
parent
8157797dff
commit
44f4059968
@@ -1739,7 +1739,7 @@
|
||||
else if(href_list["reject_custom_name"])
|
||||
if(!check_rights(R_ADMIN))
|
||||
return
|
||||
var/obj/item/station_charter/charter = locate(href_list["reject_custom_name"])
|
||||
var/obj/item/weapon/station_charter/charter = locate(href_list["reject_custom_name"])
|
||||
if(istype(charter))
|
||||
charter.reject_proposed(usr)
|
||||
else if(href_list["jumpto"])
|
||||
|
||||
Reference in New Issue
Block a user