mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Added the subtype vendor and it and omnitools to runtime station (#84540)
## About The Pull Request Added the subtype vendor which lets admins and coders vend subtypes of a path Added the vendor and both varieties of omnitool to runtime station ## Why It's Good For The Game Better and faster testing environment. Runtimestation is horribly inefficient rn but this will help a bit ## Changelog 🆑 code: Added the subtype vendor which lets admins and coders vend subtypes of a path code: Added the vendor and both varieties of omnitool to runtime station /🆑
This commit is contained in:
@@ -143,6 +143,10 @@
|
||||
if("Wire Brush")
|
||||
tool_behaviour = TOOL_RUSTSCRAPER
|
||||
|
||||
/obj/item/debug/omnitool/item_spawner
|
||||
name = "spawntool"
|
||||
color = COLOR_ADMIN_PINK
|
||||
|
||||
/obj/item/debug/omnitool/item_spawner/attack_self(mob/user)
|
||||
if(!user || !user.client)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user