mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 11:40:07 +01:00
Fixes some formatting
This commit is contained in:
@@ -74,12 +74,12 @@
|
||||
for(var/mob/living/simple_animal/drone/D in mob_list)
|
||||
if(D.hacked)
|
||||
continue
|
||||
drones++
|
||||
dat += "[D.name] |"
|
||||
if(D.stat)
|
||||
dat += " Not Responding |"
|
||||
else
|
||||
dat += "<A href='?src=\ref[src];killdrone=\ref[D]'>(<font color=red><i>Destroy</i></font>)</A>"
|
||||
dat += "<BR>"
|
||||
dat += "<A href='?src=\ref[src];killdrone=\ref[D]'>(<font color=red><i>Destroy</i></font>)</A>"
|
||||
dat += "<BR>"
|
||||
|
||||
if(!drones)
|
||||
dat += "No Drone Units detected within access parameters."
|
||||
|
||||
@@ -101,7 +101,6 @@
|
||||
pass_flags = PASSTABLE
|
||||
health = 50
|
||||
maxHealth = 50
|
||||
hacked = 1
|
||||
density = TRUE
|
||||
ventcrawler = 0
|
||||
faction = list("ratvar")
|
||||
|
||||
Reference in New Issue
Block a user