mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
DM initial() doesn't work on lists
This commit is contained in:
@@ -248,10 +248,11 @@
|
||||
// First, change back to defaults
|
||||
name = real_name
|
||||
desc = initial(desc)
|
||||
speak = initial(speak)
|
||||
speak_emote = initial(speak_emote)
|
||||
emote_hear = initial(emote_hear)
|
||||
emote_see = initial(emote_see)
|
||||
// BYOND/DM doesn't support the use of initial on lists.
|
||||
speak = list("YAP", "Woof!", "Bark!", "AUUUUUU")
|
||||
speak_emote = list("barks", "woofs")
|
||||
emote_hear = list("barks!", "woofs!", "yaps.","pants.")
|
||||
emote_see = list("shakes its head.", "chases its tail.","shivers.")
|
||||
desc = initial(desc)
|
||||
SetLuminosity(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user