mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes closets and destructive analyzer
You can no longer load your robot modules into these. Fixes #2138
This commit is contained in:
@@ -78,6 +78,8 @@ Note: Must be placed within 3 tiles of the R&D Console
|
||||
user << "\red The protolathe is busy right now."
|
||||
return
|
||||
if (istype(O, /obj/item) && !loaded_item)
|
||||
if(isrobot(user)) //Don't put your module items in there!
|
||||
return
|
||||
if(!O.origin_tech)
|
||||
user << "\red This doesn't seem to have a tech origin!"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user