mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Merge pull request #17576 from LatD/Research
[Ready for test/merge] R&D level remake
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
|
||||
|
||||
// Sell max reliablity designs
|
||||
// Sell designs
|
||||
/datum/export/design
|
||||
cost = 2500
|
||||
unit_name = "design data disk"
|
||||
@@ -34,9 +34,7 @@
|
||||
var/datum/design/design = disk.blueprint
|
||||
if(design.id in researchDesigns)
|
||||
return 0
|
||||
if(initial(design.reliability) < 100 && design.reliability >= 100)
|
||||
return ..()
|
||||
return 0
|
||||
return ..()
|
||||
|
||||
/datum/export/design/sell_object(obj/O)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user