mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
Added $language variable
Does not support changing output language yet though
This commit is contained in:
@@ -105,6 +105,13 @@
|
||||
interpreter.SetVar("SLIME" , SLIME)
|
||||
interpreter.SetVar("DRONE" , DRONE)
|
||||
|
||||
var/curlang = HUMAN
|
||||
if(istype(signal.data["mob"], /atom/movable))
|
||||
var/atom/movable/M = signal.data["mob"]
|
||||
curlang = M.languages
|
||||
|
||||
interpreter.SetVar("$language", curlang)
|
||||
|
||||
|
||||
/*
|
||||
Telecomms procs
|
||||
|
||||
Reference in New Issue
Block a user