mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 13:06:38 +01:00
Big update
- Fixes spiders (I hope?) - Spiders now spawn in groups of 2-8, growing up should be fixed as well. - Christmas-ifies all the maps - Minor tweaks all around the stations - Cleans up the map for central (a lot) - Adds a new mob to the spawn list in the mines - Fixes some minor shadekin issues - Fixes it so borgs/AI can't understand gutter - Modifies the timing of the radiation storm - Hopefully fixes the cargo request event. No more buggy gas mixtures. - Adds a flamboyant crate - A bunch of other stuff.
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
// Criminal language.
|
||||
/datum/language/gutter
|
||||
name = LANGUAGE_GUTTER
|
||||
desc = "Gutter originated as a Thieves' Cant of sorts during the early colonization era. The language eventually spread from the cartels and triads to the disenfranchised people of the Bowl."
|
||||
desc = "Gutter originated as a Thieves' Cant of sorts during the early colonization era. The language eventually spread from the cartels and triads to the disenfranchised people of the Bowl. It's clevery designed so not even AI can crack it."
|
||||
speech_verb = "growls"
|
||||
colour = "rough"
|
||||
key = "3"
|
||||
|
||||
@@ -84,4 +84,4 @@
|
||||
flags = 0
|
||||
/datum/language/gutter
|
||||
flags = WHITELISTED
|
||||
machine_understands = FALSE
|
||||
machine_understands = FALSE //See this? Stop giving it to borgs.
|
||||
|
||||
Reference in New Issue
Block a user