Merge pull request #38493 from ShizCalev/typo-fix

Corrects typos
This commit is contained in:
Jordan Brown
2018-06-15 13:52:35 -04:00
committed by letterjay
parent 4780f3a20b
commit c25971d569
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@
desc = "Does not support Pinball."
icon_state = "arcade"
circuit = /obj/item/circuitboard/computer/arcade/battle
var/enemy_name = "Space Villian"
var/enemy_name = "Space Villain"
var/temp = "Winners don't use space drugs" //Temporary message, for attack messages, etc
var/player_hp = 30 //Player health/attack points
var/player_mp = 10
@@ -152,7 +152,7 @@
dat += "<a href='byond://?src=[REF(src)];charge=1'>Recharge Power</a>"
dat += "</b></center>"
var/datum/browser/popup = new(user, "arcade", "Space Villian 2000")
var/datum/browser/popup = new(user, "arcade", "Space Villain 2000")
popup.set_content(dat)
popup.set_title_image(user.browse_rsc_icon(icon, icon_state))
popup.open()

View File

@@ -173,7 +173,7 @@ The console is located at computer/gulag_teleporter.dm
/* beacon that receives the teleported prisoner */
/obj/structure/gulag_beacon
name = "labor camp bluespace beacon"
desc = "A recieving beacon for bluespace teleportations."
desc = "A receiving beacon for bluespace teleportations."
icon = 'icons/turf/floors.dmi'
icon_state = "light_on-w"
resistance_flags = INDESTRUCTIBLE