mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Removed a stupid dumb wrong bad define from explosion_recursive.dm. It was a typo define for rwalls, but the proper define was right below it.
Fixed a typo in bluespaceartillery.dm. Fixed invisible filing cabinets. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4872 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -105,9 +105,6 @@ proc/explosion_rec(turf/epicenter, power)
|
|||||||
/turf/simulated/wall
|
/turf/simulated/wall
|
||||||
explosion_resistance = 5
|
explosion_resistance = 5
|
||||||
|
|
||||||
/turf/simulated/r_wall
|
|
||||||
explosion_resistance = 25
|
|
||||||
|
|
||||||
/turf/simulated/wall/r_wall
|
/turf/simulated/wall/r_wall
|
||||||
explosion_resistance = 25
|
explosion_resistance = 25
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
dat += "Locked on<BR>"
|
dat += "Locked on<BR>"
|
||||||
dat += "<B>180 seconds are required to charge between shots:</B><BR>"
|
dat += "<B>180 seconds are required to charge between shots:</B><BR>"
|
||||||
dat += "<A href='byond://?src=\ref[src];fire=1'>Open Fire</A><BR>"
|
dat += "<A href='byond://?src=\ref[src];fire=1'>Open Fire</A><BR>"
|
||||||
dat += "Deployment of weapon authorized by <br>Nanotrasen Naval Command<br><br>Rember, friendly fire is grounds for termination of your contract and life.<HR>"
|
dat += "Deployment of weapon authorized by <br>Nanotrasen Naval Command<br><br>Remember, friendly fire is grounds for termination of your contract and life.<HR>"
|
||||||
user << browse(dat, "window=scroll")
|
user << browse(dat, "window=scroll")
|
||||||
onclose(user, "scroll")
|
onclose(user, "scroll")
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "filing cabinet"
|
name = "filing cabinet"
|
||||||
desc = "A large cabinet with drawers."
|
desc = "A large cabinet with drawers."
|
||||||
icon = 'icons/obj/bureaucracy.dmi'
|
icon = 'icons/obj/bureaucracy.dmi'
|
||||||
icon_state = "filing_cabinet"
|
icon_state = "filingcabinet"
|
||||||
density = 1
|
density = 1
|
||||||
anchored = 1
|
anchored = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user