mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-26 14:16:21 +01:00
More BST stuff
This commit is contained in:
@@ -105,6 +105,10 @@
|
||||
bst.add_language("Robot Talk")
|
||||
bst.add_language("Drone Talk")
|
||||
|
||||
var/datum/organ/internal/xenos/hivenode/hivelisten = new /datum/organ/internal/xenos/hivenode(src)
|
||||
hivelisten.owner = bst
|
||||
bst.internal_organs += hivelisten
|
||||
|
||||
spawn(5)
|
||||
s.start()
|
||||
bst.anchored = 0
|
||||
@@ -124,6 +128,9 @@
|
||||
user.drop_item()
|
||||
return 0
|
||||
|
||||
binarycheck()
|
||||
return 1
|
||||
|
||||
suicide()
|
||||
if(key && species.name != "Human")
|
||||
switch(species.name)
|
||||
|
||||
Reference in New Issue
Block a user