mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
fixes various grammar issues (#56446)
fixes misspellings of 'permanently' fixes grammar with bandaging wounds on yourself
This commit is contained in:
@@ -421,7 +421,7 @@
|
||||
name = "Bottle of Tickles"
|
||||
desc = "A bottle of magically infused fun, the smell of which will \
|
||||
attract adorable extradimensional beings when broken. These beings \
|
||||
are similar to slaughter demons, but they do not permamently kill \
|
||||
are similar to slaughter demons, but they do not permanently kill \
|
||||
their victims, instead putting them in an extradimensional hugspace, \
|
||||
to be released on the demon's death. Chaotic, but not ultimately \
|
||||
damaging. The crew's reaction to the other hand could be very \
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
obj_flags |= EMAGGED
|
||||
contraband = TRUE
|
||||
|
||||
// This also permamently sets this on the circuit board
|
||||
// This also permanently sets this on the circuit board
|
||||
var/obj/item/circuitboard/computer/cargo/board = circuit
|
||||
board.contraband = TRUE
|
||||
board.obj_flags |= EMAGGED
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
skill_name = "True Strength"
|
||||
skill_description = "The knowledge and strength to resolve the most ancient conumdrum; what happens when an unstoppable force meets an immovable object."
|
||||
skill_icon = "dumbbell"
|
||||
activate_message = "<span class='notice'>You realise if you apply the correct force, at the correct angle, it is possible to make the immovable permamently movable.</span>"
|
||||
deactivate_message = "<span class='notice'>You forget how to permamently anchor a paradoxical object.</span>"
|
||||
activate_message = "<span class='notice'>You realise if you apply the correct force, at the correct angle, it is possible to make the immovable permanently movable.</span>"
|
||||
deactivate_message = "<span class='notice'>You forget how to permanently anchor a paradoxical object.</span>"
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
as instructions and/or memes for the next generation of spessmen.
|
||||
|
||||
Limited in location to station_z only. Can be smashed out or exploded,
|
||||
but only permamently removed with the curator's soapstone.
|
||||
but only permanently removed with the curator's soapstone.
|
||||
*/
|
||||
|
||||
/obj/item/soapstone/infinite
|
||||
|
||||
@@ -491,7 +491,7 @@
|
||||
/mob/living/silicon/pai/proc/softwareTranslator()
|
||||
var/datum/language_holder/H = get_language_holder()
|
||||
. = {"<h3>Universal Translator</h3><br>
|
||||
When enabled, this device will permamently be able to speak and understand all known forms of communication.<br><br>
|
||||
When enabled, this device will permanently be able to speak and understand all known forms of communication.<br><br>
|
||||
The device is currently [H.omnitongue ? "<font color=#55FF55>en" : "<font color=#FF5555>dis" ]abled.</font><br>[H.omnitongue ? "" : "<a href='byond://?src=[REF(src)];software=translator;sub=0;toggle=1'>Activate Translation Module</a><br>"]"}
|
||||
return .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user