mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
Fixes #17497
Drones now have numbers by default unless specified otherwise.
This commit is contained in:
@@ -62,10 +62,11 @@
|
||||
var/visualAppearence = MAINTDRONE //What we appear as
|
||||
var/hacked = 0 //If we have laws to destroy the station
|
||||
var/datum/personal_crafting/handcrafting
|
||||
var/has_number = TRUE
|
||||
|
||||
/mob/living/simple_animal/drone/New()
|
||||
..()
|
||||
if(name != initial(name))
|
||||
if(has_number)
|
||||
name = name + " ([rand(100,999)])"
|
||||
real_name = name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user