Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enables Water Coolers to be movable #7622

Merged
merged 2 commits into from Jun 27, 2017

Conversation

SamHPurp
Copy link
Contributor

Simply wrench them. 馃帀 now you can re-design Escape to your hearts content.

馃啈 Purpose2
add: Water coolers have been fitted with better bolts, enabling them to be loosened and moved.
/ :cl:

if(anchored)
playsound(loc, W.usesound, 100, 1)
user.visible_message("[user] is loosening [src]'s floor casters.", \
"<span class='notice'>You are loosening [src]'s floor casters...</span>")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for consistency I think this should be "You start loosening..."

if(!loc || !anchored)
return
user.visible_message("[user] loosened [src]'s floor casters!", \
"<span class='notice'>You loosen [src]'s floor casters!</span>")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would drop the ! here for consistency again

return
playsound(loc, W.usesound, 100, 1)
user.visible_message("[user] is securing [src]'s floor casters...", \
"<span class='notice'>You are securing [src]'s floor casters...</span>")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

start instead of are

@tigercat2000 tigercat2000 added the Feature This PR is a new addition to the game label Jun 23, 2017
@Ralta
Copy link
Contributor

Ralta commented Jun 24, 2017

YEEEEEEEEEEEEEEEES. Thank you.

@Spacemanspark
Copy link
Contributor

Doing God's work

@tigercat2000 tigercat2000 merged commit 0182682 into ParadiseSS13:master Jun 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature This PR is a new addition to the game
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants