mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-25 02:06:47 +01:00
yeah turns out gun refactor wasn't done - adds proper chamber handling - fixes a lot of ballistic guns - temporarily disables a lot of bolt handling - refactors microbatteries - fixes shotguns
6 lines
195 B
Plaintext
6 lines
195 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2024 Citadel Station Developers *//
|
|
|
|
/proc/sdql_new(type, ...)
|
|
return new type(arglist(args.Copy(2)))
|