mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
fixes
readded toxins tech requirement to BRPD design, i thought it was the item itself derp fixed a bug where BRPD wouldn't make a beam if you clicked pipes directly added a period for consistency
This commit is contained in:
@@ -218,7 +218,7 @@ var/list/pipemenu = list(
|
||||
// If the object we are clicking on has a valid RPD interaction for just that specific object, do that and nothing else.
|
||||
// Example: clicking on a pipe with a RPD in rotate mode should rotate that pipe and ignore everything else on the tile.
|
||||
if(ranged)
|
||||
user.Beam(target, icon_state="rped_upgrade", icon='icons/effects/effects.dmi', time=5)
|
||||
user.Beam(T, icon_state="rped_upgrade", icon='icons/effects/effects.dmi', time=5)
|
||||
return
|
||||
|
||||
// If we get this far, we have to check every object in the tile, to make sure that none of them block RPD usage on this tile.
|
||||
|
||||
Reference in New Issue
Block a user