Weaponizes station charters (#1449)

This commit is contained in:
CitadelStationBot
2017-06-13 15:47:17 -05:00
committed by kevinz000
parent 8157797dff
commit 44f4059968
4 changed files with 12 additions and 14 deletions

View File

@@ -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"])