[MIRROR] Grammar fixes to atom descriptions (#3165)
* Grammar fixes to atom descriptions * compile errors
This commit is contained in:
committed by
Poojawa
parent
e827f02863
commit
d25cb1ba5d
@@ -32,7 +32,7 @@
|
||||
|
||||
/obj/machinery/bsa/back
|
||||
name = "Bluespace Artillery Generator"
|
||||
desc = "Generates cannon pulse. Needs to be linked with a fusor. "
|
||||
desc = "Generates cannon pulse. Needs to be linked with a fusor."
|
||||
icon_state = "power_box"
|
||||
|
||||
/obj/machinery/bsa/back/attackby(obj/item/W, mob/user, params)
|
||||
|
||||
@@ -127,8 +127,8 @@
|
||||
return ..()
|
||||
|
||||
/obj/machinery/satellite/meteor_shield
|
||||
name = "Meteor Shield Satellite"
|
||||
desc = "Meteor Point Defense Satellite"
|
||||
name = "\improper Meteor Shield Satellite"
|
||||
desc = "A meteor point-defense satellite."
|
||||
mode = "M-SHIELD"
|
||||
speed_process = TRUE
|
||||
var/kill_range = 14
|
||||
|
||||
Reference in New Issue
Block a user