You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to_chat(user,"There's already a fuel rod inserted into \the[src].")
36
+
to_chat(user,"There's already a fuel reservoir inserted into \the[src].")
37
37
else
38
38
if(!user.drop_item(I))
39
39
return
40
-
to_chat(user,"You insert the fuel rod into \the[src].")
40
+
to_chat(user,"You insert the fuel reservoir into \the[src].")
41
41
I.forceMove(src)
42
42
heldrod=I
43
43
heldrod.fueldata.fuel=heldrod.fueldata.get_products() //process the fuel turning
@@ -48,7 +48,7 @@ the machine which makes fuel rods have things in them.
48
48
update_icon()
49
49
return
50
50
if(iscrowbar(I) && heldrod)
51
-
user.visible_message("<span class='notice'>[user] starts prying the fuel rod out of \the[src].</span>", "<span class='notice'>You start prying the fuel rod out of \the[src].</span>")
51
+
user.visible_message("<span class='notice'>[user] starts prying the fuel reservoir out of \the[src].</span>", "<span class='notice'>You start prying the fuel reservoir out of \the[src].</span>")
52
52
playsound(src,'sound/items/crowbar.ogg',50)
53
53
if(do_after(user, src,20))
54
54
heldrod.forceMove(loc)
@@ -134,7 +134,7 @@ the machine which makes fuel rods have things in them.
134
134
switch(href_list["action"])
135
135
if("eject_fuel")
136
136
if(!heldrod)
137
-
to_chat(hclient.client,"There's no fuel rod to eject.")
137
+
to_chat(hclient.client,"There's no fuel reservoir to eject.")
138
138
else
139
139
heldrod.forceMove(src.loc)
140
140
heldrod.update_icon()
@@ -168,7 +168,7 @@ the machine which makes fuel rods have things in them.
if(user.a_intent==I_HELP) //spreading rads is in fact not very helpful
222
-
to_chat(user,"<span class='notice'>You're not sure it's safe to remove the fuel rod.</span>")
222
+
to_chat(user,"<span class='notice'>You're not sure it's safe to remove the fuel reservoir.</span>")
223
223
return
224
-
user.visible_message("<span class='warning'>[user] starts prying the fuel rod out of \the[src], even though the reactor is active!</span>", "<span class='warning'>You start prying the fuel rod out of \the[src], even though the reactor is active!</span>")
224
+
user.visible_message("<span class='warning'>[user] starts prying the fuel reservoir out of \the[src], even though the reactor is active!</span>", "<span class='warning'>You start prying the fuel reservoir out of \the[src], even though the reactor is active!</span>")
225
225
playsound(src,'sound/items/crowbar.ogg',50)
226
226
if(do_after(user, src,30))
227
227
currentfuelrod.forceMove(loc)
@@ -235,7 +235,7 @@ included:
235
235
236
236
return
237
237
238
-
user.visible_message("<span class='notice'>[user] starts prying the fuel rod out of \the[src].</span>", "<span class='notice'>You start prying the fuel rod out of \the[src].</span>")
238
+
user.visible_message("<span class='notice'>[user] starts prying the fuel reservoir out of \the[src].</span>", "<span class='notice'>You start prying the fuel reservoir out of \the[src].</span>")
0 commit comments