mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-17 18:26:57 +01:00
10 lines
408 B
Plaintext
10 lines
408 B
Plaintext
/datum/design/luger_pistol
|
|
name = "Luger P08"
|
|
desc = "A non-easily concealable handgun modified to use 10mm bullets. Agents with this are trying to show off, and will probably die."
|
|
id = "luger"
|
|
build_type = PROTOLATHE
|
|
materials = list(/datum/material/iron = 5000)
|
|
build_path = /obj/item/gun/ballistic/automatic/pistol/luger
|
|
category = list("Weapons")
|
|
departmental_flags = DEPARTMENTAL_FLAG_SECURITY
|