mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Modular computers changes (#19928)
* Fixes and documentation. * WIp on laptop vendor * some fixes
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
origin_tech = list("programming" = 4, "engineering" = 3)
|
||||
|
||||
/obj/item/weapon/computer_hardware/processor_unit/try_install_component(mob/living/user, obj/item/modular_computer/M, found = 0)
|
||||
if(!user.drop_item(src))
|
||||
return
|
||||
if(M.processor_unit)
|
||||
user << "This computer's processor slot is already occupied by \the [M.processor_unit]."
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user