mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Fixing common spelling mistakes part 4 (#21945)
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
region_access = list(REGION_MEDBAY)
|
||||
|
||||
/obj/item/door_remote/civillian
|
||||
name = "civillian door remote"
|
||||
name = "civilian door remote"
|
||||
icon_state = "gangtool-white"
|
||||
region_access = list(REGION_GENERAL, REGION_SUPPLY)
|
||||
additional_access = list(ACCESS_HOP)
|
||||
|
||||
@@ -321,7 +321,7 @@
|
||||
to_chat(M, "<span class='warning'>and you feel an innate love for life for a fleeting moment!</span>")
|
||||
if(3)
|
||||
new /obj/effect/hallucination/delusion(get_turf(M), M)
|
||||
to_chat(M, "<span class='warning'>and the people around you morph in appearence!</span>")
|
||||
to_chat(M, "<span class='warning'>and the people around you morph in appearance!</span>")
|
||||
if(4)
|
||||
if(prob(80))
|
||||
M.EyeBlurry(25 SECONDS)
|
||||
|
||||
@@ -509,7 +509,7 @@
|
||||
|
||||
/obj/item/dnainjector/antitour
|
||||
name = "DNA-Injector (Anti-Tour.)"
|
||||
desc = "Will cure tourrets."
|
||||
desc = "Will cure tourettes."
|
||||
datatype = DNA2_BUF_SE
|
||||
value = 0x001
|
||||
forcedmutation = TRUE
|
||||
@@ -520,7 +520,7 @@
|
||||
|
||||
/obj/item/dnainjector/tourmut
|
||||
name = "DNA-Injector (Tour.)"
|
||||
desc = "Gives you a nasty case off tourrets."
|
||||
desc = "Gives you a nasty case off tourettes."
|
||||
datatype = DNA2_BUF_SE
|
||||
value = 0xFFF
|
||||
forcedmutation = TRUE
|
||||
|
||||
Reference in New Issue
Block a user