mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Spelling Fixes (#86056)
## About The Pull Request Fixes several errors to spelling, grammar, and punctuation. ## Why It's Good For The Game Improves readability and user experience. ## Changelog 🆑 spellcheck: fixed a few typos /🆑
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
if(place_turf.density)
|
||||
to_chat(owner, span_warning("[structure_name] may only be placed on a floor."))
|
||||
return
|
||||
//Can't place two dense objects inside eachother
|
||||
//Can't place two dense objects inside each other
|
||||
if(initial(structure_path.density) && place_turf.is_blocked_turf())
|
||||
to_chat(owner, span_warning("Location is obstructed by something. Please clear the location and try again."))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user