R&D Lockbox Origintech

This commit is contained in:
Fox-McCloud
2015-08-25 21:24:09 -04:00
parent 386ccd9717
commit 110abbda59
2 changed files with 4 additions and 1 deletions
@@ -31,6 +31,7 @@
else
src.icon_state = src.icon_closed
user << "\red You unlock the [src.name]!"
origin_tech = null //wipe out any origin tech if it's unlocked in any way so you can't double-dip tech levels at R&D.
return
else
user << "\red Access Denied"
@@ -58,6 +59,7 @@
desc = "It appears to be broken."
icon_state = src.icon_broken
user << "<span class='notice'>You unlock \the [src].</span>"
origin_tech = null //wipe out any origin tech if it's unlocked in any way so you can't double-dip tech levels at R&D.
return
/obj/item/weapon/storage/lockbox/loyalty
@@ -89,7 +91,7 @@
item_state = "syringe_kit"
w_class = 3
max_w_class = 2
max_combined_w_class = 20
max_combined_w_class = 20
storage_slots = 12
req_access = list(access_captain)
icon_locked = "medalbox+l"