mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Spelling and Grammar Fixes (#86022)
## About The Pull Request Fixes several errors to spelling, grammar, and punctuation. ## Why It's Good For The Game ## Changelog 🆑 spellcheck: fixed a few typos /🆑
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
for(var/obj/machinery/light/target in user.loc)
|
||||
replace_light(target, user)
|
||||
on_a_light = TRUE
|
||||
if(!on_a_light) //So we dont give a ballon alert when we just used replace_light
|
||||
if(!on_a_light) //So we don't give a balloon alert when we just used replace_light
|
||||
user.balloon_alert(user, "[uses] lights, [bulb_shards]/[BULB_SHARDS_REQUIRED] fragments")
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user