mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-16 10:42:50 +01:00
Security / PseudoCargo Expansion (#6482)
* Security Expansion work. * Weaponized Racism, Stowaways, Meteors * Fix Fix. Prep modular armor for addition. * Fix the boots. * More modular armor work. Now in cargo! * Fixfix * Fixfix * Thank you anxiety very cool. * Make a Stowaway Antag * FixFix
This commit is contained in:
@@ -116,6 +116,18 @@
|
||||
|
||||
return 0
|
||||
|
||||
/datum/language/swarmbot
|
||||
name = LANGUAGE_SWARMBOT
|
||||
desc = "A confusing mechanical language spoken by some form of ancient machine."
|
||||
speech_verb = "clatters"
|
||||
ask_verb = "chatters"
|
||||
exclaim_verb = "shrieks"
|
||||
colour = "changeling"
|
||||
key = "_"
|
||||
flags = NO_STUTTER | RESTRICTED
|
||||
syllables = list("^", "v", "-", ".", "~")
|
||||
space_chance = 60
|
||||
|
||||
//for your antag purposes.
|
||||
/datum/language/minbus
|
||||
name = LANGUAGE_MINBUS
|
||||
|
||||
Reference in New Issue
Block a user